Forum Moderators: open

Message Too Old, No Replies

removing scrollbar

         

ImTa2d

10:53 pm on May 6, 2002 (gmt 0)



I have created a page with a background image and an inline frame that easily fit within the browser window. The problem is that the page appears with a vertical scrollbar that I can't seem to get rid of. The scrollbar is not necessary as all it does is scroll down past the background image and the iframe.
Can anyone tell me why, when there is no content that would require this scrollbar to appear, it is showing up on the page, & how can I remove it?

Thanks in advance,
ImTa2d

DrDoc

11:44 pm on May 6, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



are you sure you don't have any empty lines or <br>'s in the end?

if you sticky mail me the url I can take a look at it ..

Beagle

3:30 am on May 11, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



hi, try putting putting scroll="no" in the body tag. this works on IE at least

mdharrold

3:58 am on May 11, 2002 (gmt 0)

10+ Year Member



<iframe src="yourpage.html" width="250" height="350" scrolling="no" frameborder="0"></iframe>

Purple Martin

12:45 am on May 13, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Just remember that IFRAMEs aren't supported by N4 ;)

yongsi

2:11 am on May 18, 2002 (gmt 0)



or you could just hide the scrollbar by setting all it's colours to the colours of your background, it'll only work if you have a solid colour for your bg though.