Return to Snippet

Revision: 34754
at October 28, 2010 01:08 by cromozooom


Initial Code
div {
  background-color: #999; /* all browsers */
  *background-color: #ccc; /* add a * before the property - IE7 and below */
  _background-color: #000; /* add a _ before the property - IE6 and below */
}

Initial URL
http://sixrevisions.com/css/10-random-css-tricks-you-might-want-to-know-about/

Initial Description


Initial Title
Target IE6 and IE7 Browsers without Conditional Comments

Initial Tags
ie6

Initial Language
CSS