Click to See Complete Forum and Search --> : Specific Scolling


batookee
09-14-2003, 08:26 PM
Is it possible in a frame to specify if you dont want scrolling in one direction? For example no scrolling vertically but automoatic scrolling horzontaly?

pyro
09-14-2003, 08:30 PM
Try style="overflow-x: hidden;"

Robert Wellock
09-16-2003, 11:37 AM
Remember 'overflow-x' is proprietary M$ CSS so only works within M$ IE Explorer.

pyro
09-16-2003, 11:45 AM
Hmm... I didn't realize that. Thanks for pointing it out, Robert.

It looks like it might become a part of CSS3, though: http://www.w3.org/TR/2002/WD-css3-ui-20020802/#overflow-x

Robert Wellock
09-16-2003, 11:53 AM
2010 maybe :D

pyro
09-16-2003, 11:55 AM
lol... I was thinking the same thing... :p

PeOfEo
09-16-2003, 05:28 PM
If css3 is in 2010 when will ie implement it? 2015?

batookee
09-16-2003, 08:46 PM
Im using Internet Explorer 6 and the overflow-x and overflow-y and I can't control them at all.