Click to See Complete Forum and Search --> : Vertical scroll bars only


sumyounguy
07-23-2003, 03:56 PM
How could i acheive this?
I'm in a situation where a frame is creating a lot of blank space, and trying to force a bottom scroll bar ( but it doesn't need one. (frames width is 180 and frame's contents are never greater than 143 ) i left some room for the vertical scroll bar, but want to know if there's a way i can make the bottom go away?

pyro
07-23-2003, 03:57 PM
Yes, with a style:

<body style="overflow-x: hidden;">