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?
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?
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.Originally Posted by darco9x2
Mike
Bookmarks