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.
当单击按钮时,我在网页顶部有一个大元素,它与 jQuery 一起向下。但是,如果博客上的第一篇文章是 Flash 视频,它会显示在菜单顶部。Z-index 在这种情况下没有帮助。任何帮助将不胜感激。谢谢。
嵌入闪光灯时,设置参数“wmode=transparent”
$('embed').attr('wmode', 'transparent')