triplexx
03-14-2003, 02:55 AM
Well I am using a background image and iFrames for my site, and I want to get rid of the scroll bars on the main page, not any of the iframes. I hope there is a way to get rid of them, Thank you in advance to anyone who helps me!
Andrew / PopTart
Celeris
03-14-2003, 03:27 AM
<body background="image.gif" bgcolor="#FFFFFF" style="overflow:hidden">
Or something similar to the above would be the code.
Keiyuki
03-14-2003, 09:21 AM
If you want to get rid of the browser's scroll bar (not the iframes) then you can add this
scroll="no"
to your <body> code. I hope that's what you were looking for. ^.^