I have a general rule which gives all DIVs a background image. I have one div (with id=\'a\') which I don\'t want it to have the background image. What css rule do I
Doesn't this work:
.clear-background{ background-image: none; }
Might have problems on older browsers...