View Full Version : scrolling


soundasleep
05-31-2003, 05:01 PM
is there way i can have auto-scrolling for the vertical bars but have no scrolling horizontally. i've made an inline frame and the webpage that opens it only has a few writing on the left side, but it still has the horizontal scrolling bar even though there's nothing on the right side.

MaGiCSuN
05-31-2003, 07:04 PM
are you sure there are no hidden codes on it? because if there is only a few lines of text the scrollbar must not appear.

maybe you could show us the code you use for the page that loads inside the iframe? thanks

Love,
Mirna

rainbowobsessed
06-01-2003, 02:50 AM
<body style="overflow-x:hidden;">

you could also try adding style="overflow-x:hidden;" directly into your iframe code.