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.
所以我正在为客户建立一个网站,我遇到了一个有趣的错误。顶部导航出现在除 Safari 之外的所有浏览器中。问题是,链接在那里,它们只是不可见。但是光标指向一个指针!这太奇怪了!去看看吧,我很想知道这到底是怎么回事。
http://www.51degreessouth.com
可能是你必须float从你的中删除#nav-primary a并给它你的.menu li. 像这样写:
float
#nav-primary a
.menu li
#nav-primary a{ float:none; } .menu li{ float:left; }