【发布时间】:2016-04-14 22:11:03
【问题描述】:
在 HTML 中:
如何在<div> 中制作不同的图像及其各自的超链接
我想避免为每张图片创建很多 <div> 条目。
<div class="image_" data-no-elementresizer><a href="http://....." target="_self">img.jpg</a></div>
<div class="image_" data-no-elementresizer><a href="http://....." target="_self">img.jpg</a></div>
<div class="image_" data-no-elementresizer><a href="http://....." target="_self">img.jpg</a></div>
【问题讨论】:
-
在这里很难弄清楚你想要实现什么。