Internet explorer CSS hacks

Hi All, below are examples of how to target version of IE 6,7 and 8.


body {
border: 1px solid red; /* For all browsers */
border: 2px solid yellow\9; /* IE8 - '\9' */
*border: 3px solid blue; /* IE7 - '*' */
_border: 4px solid black; /* IE6 - '_'*/
}

CATEGORIES:

Tips and tricks

Tags:

Comments are closed

Latest Comments