Scroll Bar

liunx

Guest
I'm not sure if this can be done, and if it can be done if I should use a javascript, but is there a way to have no horizontal scrollbar displayed regardless of the size of my page.<!--content-->sure.<br />
<br />
in the body CSS you can use<br />
body{overflow-x:hidden} <br />
<br />
i believe<!--content-->How do i setup the body css style? Is that in the head? I have never done anything like that before.<!--content-->http://www.w3schools.com/css/css_howto.asp<!--content-->thanks it worked perfectly<!--content-->if you get a horizontal scrollbar then you hide that bar you will cut off your content, the vistor will see half you site. it is easy to get rid of it by coding it correctly.<!--content-->
 
Back
Top