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.
谁能看到为什么我的标题中的链接不适用于主页和联系我们页面。
http://www.rg3fitness.com/
似乎看不出代码有任何问题。它们是硬编码的。
添加z-index: 100;到.home-contact
z-index: 100;
.home-contact
.home-contact { float: left; position: relative; left: 690px; top: 10px; z-index: 100; }
...现在添加
z-index 在你的.home-contact课上
z-index
.home-contact{ z-index:11; }