IE7 and the CSS table-cell property

Posted by Ryan Smith on Stack Overflow See other posts from Stack Overflow or by Ryan Smith
Published on 2008-10-30T02:14:21Z Indexed on 2010/04/06 15:43 UTC
Read the original article Hit count: 165

Filed under:
|
|

So I just love it when my application is working great in Firefox, but then I open it in IE and... Nope, please try again.

The issue I'm having is that I'm setting a CSS display property to either "none" or "table-cell" with JavaScript.

I was initially using "display: block;", but Firefox was rending it weird without the table-cell property.

I would love to do this without adding an hack in the JavaScript to test for IE. Any suggestions?

Thanks.

© Stack Overflow or respective owner

Related posts about ie7

Related posts about css