Writing IE 6 or IE 7 Specific CSS Code
This is sort of hack which helps you write CSS specific to IE6 / IE7.
EX:
_display:none;/* IE 6 Fix */
*display:none;/* IE 7 Fix */
NOTE: This code is not recommended if you are writing code that has to comply to CSS standards. In such cases you may have to switch to alternate methods.

Leave a Comment










Leave a Reply