Removing Horizontal Scroll Bars

admin

Administrator
Staff member
Hi all,<br />
<br />
Is there anyway to turn off the bottom/horizontal scroll bar using HTML? I know I can set scroll to off however I want my users to be able to scroll down, just not left and right. I have made the bg image for a 1024x768 rez however, if someone on 800x600 is viewing it, the image they cannot see is not of importance as it is just a graphic. Any help?<br />
<br />
Thanks!<br />
Ryan :confused:<!--content-->Make your site fluid to begin with dont just design for one resolution thats the problem. Do this<br />
<img src=http://www.webdeveloper.com/forum/archive/index.php/"url" width="100%"><!--content-->I do not want a fluid look, so can anyone answer the question, can you remove the horizontal scroll bars? It's out of my hands for the look, it is my clients idea.<br />
<br />
Thanks<!--content-->If you remove them they are not going to see the whole thing. But here is the code<br />
<body style="overflow-x: hidden;"><!--content-->Thanks, that worked perfectly. I understand the image won't show, kind of the point, just a graphic for the bigger rez.<!--content-->No prob. I gotcha.<!--content-->
 
Back
Top