Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我很难在我的 wordpress 网站的侧边栏中显示“Instagram”灯箱(fancybox)。它显示在“固定”位置标题下方。我试图改变 z-index 和定位,但它不起作用。
有什么简单的解决办法吗?
它对您不起作用,因为您将#headerFixedz-index 设置为:
#headerFixed
1000000(说真的???客户是按z-index付款的吗??)
1000000
第 174 行:
#headerFixed { margin: auto; position: fixed; top: 0; width: 100%; z-index: 1000000; }
尝试将其更改为更合理的数字(比如说 50 )。
因为灯箱在 z-index 1100 附近“播放”,所以应该没问题。