Forum Moderators: open
(I've come at this from painting, so please be easy on me.)
This is usually because the image is inside a link (and pseudo hover classes are being used)
Get rid of any whitespace between your <a>, <img> and </a> tags. ie.:
<a href="..."><img src="..." width="..." height="..." etc="..."></a>
<added>OK, just had a look at your site and I couldn't see the problem you mention.</added>
Example from my site:
a:link {
text-decoration: none;
font-size: 10pt;
font-family: Arial, sans-serif;
color: #000080;
}
a:visited {
text-decoration: none;
font-size: 10pt;
font-family: Arial, sans-serif;
color: #000080;
}
a:hover {
font-weight: bold;
background-color: #c0c0c0;
text-decoration: none;
}
I use Dreamweaver and have underscore link in css in parts of the site. Could this in some way affect my individual machines?
Does no one else see this, for real? Cause then I'll just return to my previous denial mode.