Hello
I have this css to apply a border up/bottom when I click on a link
Code:a:hover { text-decoration: none; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #B22222; border-top-width: 1px; border-top-style: solid; border-top-color: #B22222; background-color: #FFFACD; }
The problem is that this applies also to link images.
How to avoid that this will be applied to images links (if a solution exists) ?
Thank you!











Bookmarks