Remove hover from image anchors
-
This is probably simple but I can’t figure it out. I have a dashed bottom-border for hovered links. But I don’t want it on images.
I have the following in my css, but it doesn’t work and I still get the dashes. What am I missing?
a img {
border: none;
}a:hover img {
border-bottom: none;
}a:hover {
color: #9a8;
border-bottom:1px dashed #9999cc;
}Here’s the relevant post where you can see it.
https://blog.moltenwords.net/2005/03/03/first-widelux-pics/
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Remove hover from image anchors’ is closed to new replies.