Forum Moderators: not2easy
Thanks, Peter
.imageBorder a {
border: 2px solid #0000ff;
}
.imageBorder a:hover {
border: 2px solid #ff0000;
}
<tr><td class='imageBorder'><a href='http://www.whatever/'><img src='graphics/MS_312x247.jpg' width=312 height=247 border=0></a></td>
Since the table cell is expanding just enough to fit the image, I thought that might be the problem. So I made it way to big with the image in the center and had the same problem.