【发布时间】:2013-12-17 13:51:50
【问题描述】:
我有 this 小提琴,我有 4 张图片。将鼠标悬停时,右侧的图像会正确更改其大小,但我不明白为什么当我明确表示我希望所有图像都以相同的方式运行时,左侧的图像没有运行相同的模式。
有人可以帮帮我吗?
这是 html, Css in the fiddle
<a href="#" class="social1" ><img src="http://img24.imageshack.us/img24/3221/32845401.png" alt="img1" id="btnSocialStyle" /></a>
<a href="#" class="social2" ><img src="http://img24.imageshack.us/img24/3221/32845401.png" alt="img1" id="btnSocialStyle" /></a>
<a href="#" class="social3" ><img src="http://img24.imageshack.us/img24/3221/32845401.png" alt="img1" id="btnSocialStyle" /></a>
<a href="#" class="social4" ><img src="http://img24.imageshack.us/img24/3221/32845401.png" alt="img1" id="btnSocialStyle" /></a>
【问题讨论】:
标签: html css hover transform scale