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.
www.yorkshirephotographer.net/new
你可以查看所有代码
图库/作品集页面在标准模式下工作 - 当您单击照片时,它会正确打开
当网站针对手机/平板电脑进行优化时,图库照片显示在页面块/php 块后面 - 需要在前面吗?
谢谢本
ps - 点击“作品集”查看图库图片
这与 Javascript 无关,真的:这是一个 CSS 问题。您#content所在区域的 z-index 为 10000 style-600.css;这比花式框(z-index: 8010)要高。改变它,你应该没问题。
#content
style-600.css
z-index: 8010