【发布时间】:2011-07-29 16:29:49
【问题描述】:
我的代码:
<td width="70" height="60">
<a href="images/Gallery1/6.jpg" rel="lightbox" title="my title" >
<img src="images/Gallery1/thumbs/6.jpg" width="65" height="40" border="0" class="gallery-img">
</a>
</td>
还有 CSS:
.gallery-img{
border:4px solid #FFFFFF;
}
.gallery-img:hover{
border:4px solid #D4D5D8;
}
以上代码在 Firefox 下运行良好,但在 IE 8 下运行不正常。我该如何解决这个问题?
【问题讨论】:
标签: internet-explorer internet-explorer-8 cross-browser