Click to See Complete Forum and Search --> : Removing Horizontal Scroll Bar


Zujan
09-13-2003, 01:23 PM
Hi all,

I am interested in making the horizontal scroll bar be disabled so that no matter what the persons screen rez is the browser will not show the horizontal scroll buttons. Is there a script that will allow me to do this. I know this is not the best way to do "design" however I'm just wondering if you can disable the horizontal scroll bar while keeping the vertical scroll.

Thanks,
ZU

Jona
09-13-2003, 05:58 PM
<body style="overflow: hidden;">


[J]ona