Click to See Complete Forum and Search --> : Iframes scroll bar


z_mirza
10-25-2003, 12:09 PM
hi
i wanted to know is there a way to hide the scroll bar if there is no reason to scroll, but when a page is loaded in the iframe, that needs scrolling the bar appears, im not takling about the abiltiy to scroll im talking about the visibilty of the actual scroll bar

AdamGundry
10-25-2003, 03:04 PM
This should work:

<body style="overflow: auto">

Adam