IE 6/7/8 CSS Hacks with examples
I’m currently working in IE8 view but it looks like shit in IE8. In most website they only show 1 example and that is with the color… how annoying. So in the end all you have to do is to add 9 Finally…
IE8
width:430px 9; margin-right:65px9; padding:20px9;
IE7
*width:430px; *margin-right:65px; *padding:20px;
IE6
_width:430px ; _margin-right:65px; _padding:20px;