HomeDevelopment (Old) Use different CSS for Internet Explorer specific versions, with hacks for...

[CSS] Use different CSS for Internet Explorer specific versions, with hacks for IE 6 7 8

Everybody knows about Internet Explorer Css issues.
There are some useful hacks in order to target the right version of IE

   1: body { 
   2: border:1px solid red; /* standard */
   3: border:1px solid blue9; /* IE8 and below */
   4: *border:1px solid orange; /* IE7 and below */
   5: _border:1px solid blue; /* IE6 */
- Advertisement -

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.

CONNECT FOR MORE CONTENT

DO NOT MISS THOSE ARTICLES

Recent Comments