div タグは、a href タグなどのほとんどのタグのコンテナーであることを理解しています...それで、a href タグが 2 つの div タグの前後にある場合にのみ機能するドキュメントがあると言いました。
w3c に準拠するように div と a href を調整すると、Web サイトが歪んでしまいます。.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>