Content disappearing in IE

Content disappearing in IE

allanallan Posts: 63,498Questions: 1Answers: 10,470 Site admin
edited January 2010 in General
Hello all,

There have been a number of reports recently of DataTables effectively 'disappearing' in Internet Explorer. Content might be partly hidden, or completely hidden, but the developer tools show that the DOM is as would be expected. This is due to a rendering bug in IE that is unfortunately triggered by my demo CSS, under certain conditions (nesting under floated elements appears to be one way this occurs).

Fortunately a "fix" is easy - Simply add "zoom:1" to the .dataTables_wrapper CSS declaration. This fix will be included in the next release of DataTables, but I wanted to mention it here, and hopefully it will save some of you tearing your hair out!

Special thanks to Tobias B
This discussion has been closed.