This is my css that I am applying on one td. But this is not working in IE,FF and other browsers.
$("#tdTopMenu").css({ "backgroundColor": "003f60", "height": "17pt", "display": "block", "white-space": "nowrap", "min-width": "1250px" });
Whereas If I write one line
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
then its started showing in IE only not in other browsers. Please help