IE CSS shorthand

From Birnam Designs Wiki

Jump to: navigation, search
#myelement
{
color: #999; /* shows in all browsers */
*color: #999; /* notice the * before the property - shows in IE7 and below */
_color: #999; /* notice the _ before the property - shows in IE6 and below */
}
Share This!
This page was last modified on 26 March 2010, at 17:36. This page has been accessed 292 times.