zurb/reveal

IE7 - Table Bug

isoceles opened this issue · 2 comments

If you have a table with a border on td it will display when the window is not open. If you open the window and close it , it will disappear.

I've run into the same issue where table borders inside the modal container are left as artifacts in IE7 (Compatibility Mode in IE8, using the HTML5 doctype. IE8 appears to be fine.

FWIW, some further research on this seems to point to the use of visibility for hiding the modal containers: http://stackoverflow.com/questions/430485/ie-css-bug-table-border-showing-div-with-visibility-hidden-position-absolute

If you're using border-collapse: collapse, IE7 is known to have issues with rendering borders despite visibility being set to "hidden".