Header Misalignment with Vertical Scroll

Header Misalignment with Vertical Scroll

arkcomarkcom Posts: 1Questions: 1Answers: 0

When Vertical Scroll gets enabled for a table (e.g. screen resized), the table header no longer aligns. It appears to be resized correctly but aligned right as opposed to aligned left:

Image with no vertical scroll: https://dl.dropboxusercontent.com/u/6281619/test1.jpg

Image with vertical scroll: https://dl.dropboxusercontent.com/u/6281619/test2.jpg

Any suggestions?

Answers

  • allanallan Posts: 61,732Questions: 1Answers: 10,110 Site admin

    Would be great if you could link to the page, as per the forum rules, as there are a number of things that can effect this.

    Off the top of my head:

    • Have you enabled scrollX?
    • Is there border-collapse: collapse in the CSS for the table - if so, remove it
    • Have you got width="100%" as an attribute for the table
    • Probably other things I can't think of atm!

    Allan

This discussion has been closed.