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 was having that problem too.
It occured to me, that width attribute in td/th tags causng this problem.
Changed it to style="width: XXpx" and problem is solved :)