Results 1 to 2 of 2

Thread: problem with inner horizontal scroll in ff3

  1. #1
    Join Date
    Dec 2005
    Posts
    133
    Thanks
    23
    Thanked 0 Times in 0 Posts

    Default problem with inner horizontal scroll in ff3

    I made a table wich has a horizontal scroll. the scroll needs to be part of the table and not appear on the browser.
    see example

    I have put the table in a div and this is the css of the scroll bar
    .divscroll{OVERFLOW-x:auto; WIDTH:100%; border: 1px none White;}

    <div class="divscroll">
    <table cellspacing="0" width="100%" border="0" cellpadding="0"></table>
    </div>

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Check to see if a parent element has a width not it, and also don't give it any scrolling, set the scrolling to visible.
    Jeremy | jfein.net

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
  •