【发布时间】:2016-11-23 10:08:00
【问题描述】:
我的代码在 Google Chrome 中运行良好,但在 Firefox 和 IE 中无法运行。
<asp:Image ID="Image1" runat="server" CssClass="image" />
Css 代码:
.image{
width:50px;
height:50px;
content:url('Image.png');
}
.image:hover{
width:50px;
height:50px;
content:url('Image_Hover.png');
}
【问题讨论】: