我有这样的代码:(我使用缩略图导航)
<div data-auto="false" data-fit="scaledown" class="fotorama" data-nav="thumbs" data-allowfullscreen="true">
<a href="/IMGNews/Big/example1.jpg" data-caption="image-text1">
<img alt="attribute disappears" src="/IMGNews/Small/example1.jpg">
</a>
<a href="/IMGNews/Big/example2.jpg" data-caption="image-text2">
<img alt="attribute disappears" src="/IMGNews/Small/example2.jpg">
</a>
<a href="/IMGNews/Big/example3.jpg" data-caption="image-text3">
<img alt="attribute disappears" src="/IMGNews/Small/example3.jpg">
</a>
</div>
我想拥有img-element的alt-attribute。 我已经测试过用div包围img-element但它不起作用。如果我用div包围a元素,那么我可以在源代码中看到alt属性,但导航图像消失了,看起来很奇怪。