Hello
I have this peice of code:
How do I style the div AFTER the one with the .selected classHTML Code:<div> <a>Link</a> </div> <div> <a class=selected>Link</a> </div> <div> <a>Link</a> <!-- I want to style this one --> </div>
I do not wish to apply the selected class to the div, I would like to keep it on the link.



Reply With Quote



Bookmarks