當我嘗試在我的jQuery Cycle元素上放置一個元素時,它不起作用。該元素始終在jQuery循環元素後面。我使用float:right;定位元素,並將其z-index設置爲100000,無濟於事。jQuery Cycle插件z-index浮點問題
Firebug將Cycle元素及其子元素看作具有較低的z索引,並將浮動元素顯示在正確的位置。
該元素從不在循環圖像上方顯示。
<!-- the cycling set -->
<div id='headerimages'>
<img src='images/header1.jpg' alt='' style='' />
<img src='images/header2.jpg' alt='' style='' />
<img src='images/header3.jpg' alt='' style='' />
</div>
<!-- the floating element -->
<img src='images/logotransparent.png' alt='' id='logo' />
這個問題有一些有趣的答案「的人> = 10K代表:) – alex 2010-05-31 01:35:06