My website has always run smoothly with IE8, IE7, FF, Chrome and Safari. Now I\'m testing it on IE9 and I\'m experiencing a strange problem: in some pages, some tabular data
I had similar problem with ie-9 when rendering dynamic table.
var table = $('');
when rendered translates to...
this works perfectly fine in ie=10 chrome safari...
// but for ie-8 it renders to... with a style attr in my case
you need to write 100px instead of 100.
100px
100