Excluding images from CSS/hover effects
-
Hi,
Im using CSS to add a border-bottom to my hyperlinks, however, this means that any images that are links also have a border under them which id ont want.
i added the below code to my style.css and put <div id=”imagehover”> around the image but it diodnt work
#imagehover a:hover {
border-bottom: none;
}Can anyone suggest another way of doing this?
https://rebootrecords.co.uk/wordpress/68-2/
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Excluding images from CSS/hover effects’ is closed to new replies.