我知道 div 标签是大多数标签的容器,例如 href 标签……也就是说,我有一个有效的文档,并且仅当 a href 标签围绕两个 div 标签时才起作用。
如果我调整 div 和 href 使其符合 w3c,它会扭曲网站。我可以调整我的 .js 和 .css 以使其工作,但我想找到一个替代解决方案。我可以将 a href 标签保留在现在的位置吗?
感谢您的任何帮助或建议。
链接在这里: http: //momentum.freeiz.com/
代码在这里:
<a href="hapo.htm" >
<div class="boxgrid_slideright">
<div id="slideshow">
<img class= "cover" src="images/home/ hapo/0.jpg" width="161" height="107" alt="hapo credit union"/>
<img class= "cover" src="images/home/ hapo/1.jpg" width="161" height="107" alt="hapo credit union"/>
<img class= "cover" src="images/home/ hapo/2.jpg" width="161" height="107" alt="hapo credit union"/>
<img class= "cover" src="images/home/ hapo/3.jpg" width="161" height="107" alt="hapo credit union"/>
<img class= "cover" src="images/home/ hapo/4.jpg" width="161" height="107" alt="hapo credit union"/>
</div><!--slideshow-->
</div><!--boxgrid-->
</a>