IE6 : " *"_"Underline: myclass {_background:red;}
"*"Asterisk: Format: .myclass{* background:red;}
IE7: " * "Star format: .myclass{*background:red;}
* html Format: * html .myclass{ background:red;}
Format: .myclass{ background: red;}
!important Format: .myclass{background:red !important;}
IE8: