我在旋转的 div 中显示一些图像并超链接它们。但是,链接似乎不起作用....有人可以解释为什么会这样吗?
链接: http: //inetgate.ca/dev/portfolio 使用 admin/test 来通过密码提示。
谢谢!罗恩
示例代码:
<div id="pic-7" class="pic" style="height:130px; width:110px; top:9px;left:370px; -moz-transform:rotate(-16deg); -webkit-transform:rotate(-16deg); position: absolute; background-color:#fff;background-position:center top;font-size:80%">
<div align="center">
<img style="margin-top:4px; border: 1px solid #999;" src="gallery/img/thumbs/wittmerperformance.png"/><a class="fancybox" rel="fncbx" href="http://www.wittmerperformance.com/" target="_blank" onclick>Wittmerperformance
</a></div>
</div>