Notwithstanding the improvements in the CSS support in Internet Explorer 8, there may be cases when a CSS hack for that particular browser is necessary. Here is one that works in IE8 Standards Compliance Mode:
.classnameOrElement
{
color /*\**/: blue\9
}
And another one that will be applied in all IE versions:
.classnameOrElement
{
color: blue\9
}
[...] Forrás: http://acidmartin.wordpress.com/2009/06/04/css-hack-for-internet-explorer-8/ [...]
[...] CSS hack for Internet Explorer 8 @ Acid Martin [...]
[...] CSS Hack for Internet Explorer 8 June 2009 2 comments 3 [...]