gpt4 book ai didi

html - Bootstrap 导航栏在悬停时展开

转载 作者:太空宇宙 更新时间:2023-11-04 09:38:14 28 4
gpt4 key购买 nike

所以我刚刚将我正在处理的元素的导航栏更新为 Bootstrap 导航栏。我稍微修改了 Bootstrap。当我添加 width: 80%;margin-left: 20%; 以使导航栏跨越整个页面并在 很左这个“牌子”。您可以在此处查看问题:http://output.jsbin.com/mumuna .源代码:https://github.com/CSGOFlair/dev

最佳答案

这是因为您在悬停时为 anchor 标记添加边距。

所以,改变:

li a:hover {
background-color: #00a8a8;
margin: 25px 10px;
}

https://github.com/CSGOFlair/dev/blob/gh-pages/css/stylesheet.css 中的第 47 行到

li a:hover {
background-color: #00a8a8;
margin: 0px;
}

关于html - Bootstrap 导航栏在悬停时展开,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40145438/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com