Issue
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?
Solution
Try:
div#a {
background-image:none
}
Answered By - AnthonyWJones
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.