/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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 */ }
URL: http://sixrevisions.com/css/10-random-css-tricks-you-might-want-to-know-about/