/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#someElement { background: red; /* modern browsers */ *background: green; /* IE 7 and below */ _background: yellow; /* IE6 exclusively */ }