.myclass {
width:25%;
height:50px;
background:#888;
display:inline-block;
}
a {
color:#fff;
}
<a href="http://example1.com">
<div class="myclass">
<img src="" />
<a href="http://example2.com">link</a>
</div>
</a>
<a href="http://example1.com">
<div class="myclass">
<img src="" />
<a href="http://example2.com">link</a>
</div>
</a>
<a href="http://example1.com">
<div class="myclass">
<img src="" />
<a href="http://example2.com">link</a>
</div>
</a>
在我的代码中,第一个href =“ http://example1.com”无法正常工作。 如何编辑我的代码?
谢谢
答案 0 :(得分:5)
不能。
内容模型:透明,但不得包含交互内容或元素后代。
如果您想要重叠的链接(并且我真的不建议这样做,因为UI充其量是令人困惑的),那么您有两种选择: