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.
http://blog.moltenwords.net/2005/03/03/first-widelux-pics/