Results 1 to 2 of 2

Thread: horizontal only overflow?

  1. #1
    Join Date
    Dec 2004
    Posts
    157
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default horizontal only overflow?

    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?

  2. #2
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by darco9x2
    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •