how to disable browser scroll bars

liunx

Guest
Hi,<br />
<br />
How can I disable the scroll bars on my browser when using iframes. I want only the scroll bar present in the iframe and not both (iframe and browser scroll bars). <br />
<br />
Please let me know if my question is not clear.<br />
<br />
Thanks<br />
Leo<!--content--><style type="text/css"><br />
<!-- <br />
html, body { <br />
overflow: hidden; <br />
} <br />
--> <br />
</style><!--content-->
 
Back
Top