Webサイトのフッターを作成すると、重複しているDivのいくつかの奇妙な動作が発生しました。問題は、第2のリンクはIE7でクリックできないとIE8の少なくともいくつかのバージョンということである重複しているリンクで動作していないリンク
http://mike.latysheva.ru/test.html
の位置は:例を参照することができます。 IE9とFirefoxで正常に動作します。ここで
はコードで、それは(あなたがページのソースの完全なコードを見ることができます)非常に単純です:
<div style="height: 120px; width: 200px; background: #DDDDDD; postion:relative;">
<div style="height: 40px; padding: 10px;postion:relative;">
<a ...[have to remove an actual link in order to post it here]>Test Link 1</a>
</div>
<div style="height: 40px; padding: 10px;postion:relative;">
<a ...[have to remove an actual link in order to post it here]">Test Link 2</a>
</div>
</div>
<div style="width:250px;height:100px; background:#777777;margin-top:-60px;position:relative;z-index: -10;"></div>
コードに間違っている可能性がありますか?それはZ-indexと関係がありますか?-10ですか?私は完全に混乱しています...助けてください...
ありがとうございます!
なぜ答えを受け入れていませんか? @ジャーマンと似ています。 ;) – Kjuly