a img {border: none;}
a img {border: none;}
Out of context: Reply #17
- Started
- Last post
- 20 Responses
- ********0
Maybe then...
#img-container .thumb-it a:hover { background: none; }- because the yellow bg color has been set for the anchor element, setting the background color for a class of the anchor element will take precedent due to the greater specificity involved .. no :hover selector will be needed.********
- the anchor element will take precedent due to the greater specificity involved .. no :hover selector will be needed.********
- *no :hover pseudo element********
- because the yellow bg color has been set for the anchor element, setting the background color for a class of the anchor element will take precedent due to the greater specificity involved .. no :hover selector will be needed.