gpt4 book ai didi

css - 显示 : inline not working

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

这里有点菜鸟。只需要一些帮助让这个菜单在线。它当前显示为垂直列表。相关代码如下:

#background #header #nav {
float: right;
list-style-type: none;
margin-top: 100px;
font-color: #40C8F4;
}
#background #header #nav ul {
list-style-type: none;
list-style-position: inside;
display: inline;
font-color: #40C8F4;
color: #40c8f4;
}

#background #header #nav ul li{
text-decoration: none;
color: #40C8F4;
font-color: #40C8F4;
}
#background #header #nav ul li .scroll {
text-decoration: none;
color: #40c8f4;
display: inline;
}

最佳答案

为 li 元素创建内联:-

#background #header #nav ul li{
text-decoration: none;
color: #40C8F4;
font-color: #40C8F4;
display:inline ;
}

这会起作用

关于css - 显示 : inline not working,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20882216/

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