我将如何<div class="hover"></div>
点击触发<a href="http://example.com" target="_blank">
?我试过使用兄弟选择器,但我似乎无法掌握它..
当有人点击 div.hover 时,我需要使用兄弟锚点的 href 打开一个新窗口。
<ul id="photoUL">
<li>
<div class="hover"></div>
<a href="http://example.com" target="_blank">
<img width="150" height="150" style="border: 1px solid #000000;" title="2013 Dirty Duathlon" src="http://example.com/example.jpg">
</a>
<a href="http://example.com" target="_blank">EXAMPLE</a>
</li>