Log in

View Full Version : horizontal only overflow?



darco9x2
05-24-2005, 01:59 AM
is there a way to make the horizontal only overflow hidden?

right now i have this: overflow:hidden; so can i apply that to horizontaly only?

mwinter
05-24-2005, 06:32 PM
is there a way to make the horizontal only overflow hidden?CSS 3 and IE define an overflow-x property (as well as overflow-y) that affects only one axis. However, CSS 3 has patchy support at the best of times as most modules are immature. In other words, if hiding vertical overflow breaks your page, this isn't a workable solution.

Mike