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 have to give it?
Try:
div#a { background-image:none }
2.1m questions
2.1m answers
60 comments
57.0k users