Return to Snippet

Revision: 22773
at January 21, 2010 16:09 by jonahlyn


Initial Code
#someElement {
   background: red; /* modern browsers */
   *background: green; /* IE 7 and below */
   _background: yellow; /* IE6 exclusively */
}

Initial URL
http://net.tutsplus.com/videos/screencasts/quick-tip-how-to-target-ie6-and-ie7-with-only-two-characters/

Initial Description


Initial Title
How to Target IE6 and IE7 with Only Two Characters

Initial Tags


Initial Language
CSS