我在列表中使用shadowbox時出現問題。即時嘗試與shadowbox一起使用的圖像位於li標籤內。我曾嘗試在一個超出列表範圍的位置實施shadowbox,並且該工作正常。列表中的Shadowbox
HTML:
<div id="gallery" class="content-2">
<nav id="filter"></nav>
<section id="container">
<ul id="stage">
<li data-tags="Print Design"><a rel="shadowbox" href="_img/shots/1.jpg"><img src="_img/shots/1.jpg" alt="Illustration" /></a></li>
<li data-tags="Logo Design,Print Design"><a rel="shadowbox" href="_img/shots/2.jpg"><img src="_img/shots/2.jpg" alt="Illustration" /></a></li>
</ul>
</section>
</div>
它甚至有可能嗎? –