Firefox + demo_table.css Alignment Problem?

Firefox + demo_table.css Alignment Problem?

cvocvocvocvo Posts: 4Questions: 0Answers: 0
edited March 2012 in General
I'm using DataTables 1.9 min and for some reason in firefox, the table part of my DataTables in Firefox isn't aligning correctly. I'm using demo_table.css from the download.

Anyone have any thoughts on where in demo_table.css I could place some conditional css? I tried a couple things but to no avail.

Screenshot: http://oi39.tinypic.com/rwnxp5.jpg

Thanks,

Replies

  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    Suspect you need to add table.dataTable { clear: both } to the CSS.

    Allan
  • cvocvocvocvo Posts: 4Questions: 0Answers: 0
    That worked -- thanks!
This discussion has been closed.