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.
我在页面顶部的 div 中放置了一个 html5 视频。我还在它上面放了一个固定位置的标题,唯一的问题是当页面滚动时标题开始粘在地方。它会弹回正确的位置。我试过没有视频的页面,它没有问题。
我设法通过删除包含视频的 div 上的负 z-index 来解决这个问题。将正 z-index 放在内容和导航上使它们滑过顶部而不是粘住。不知道这是如何解决的,但它可以工作!
听起来有些东西更新得不够快。这就是为什么我不信任网络代码:)。