Dynadot โ€” .com Registration $8.99

Simple question about scrollbars.

Spaceship Spaceship
Watch
Impact
0
hi there, i have what is probably a very simple question but one that is driving me mad - as you can see from my picture below i have some frames in my website and i have trying to make it so i only get a vertical scroll bar and not a horizontal one - the code below works fine in Opera - i get no horizontal scroll at all but in IE i do and as you will see in the picture it doesn't fit well and looks ugly. there's no need for it to be there and i really want to get rid of it. below the picture link is my html for the frames - can anyone help me get rid of the horizontal scroll on the left hand side (the first frame here)?

thanks for reading!
mik x

ps i know most good webdesigners hate frames but this is the only way i know how right now so please bare in mind i cant change it all around. thank you.


help2.jpg


<frameset cols="290,500" border="0" framespacing="0" frameborder="NO">

<frame src="http://www.vhs2dvd.org.uk/blog/index.php" name="BLOG" scrolling="AUTO" noresize marginwidth="290" marginheight="373">

<frame src="MAIN2.HTM" name="main2" scrolling="NO" noresize frameborder="NO" marginwidth="500" marginheight="373">

</frameset>
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
If you have a doctype in your frame remove the url that's in the doctype.

Eg, change <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

to <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
0
•••
Appraise.net
Unstoppable Domains
Domain Recover
DomainEasy โ€” Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back