导航栏显示不正常_html/css
来源:动视网
责编:小采
时间:2020-11-27 15:46:35
导航栏显示不正常_html/css
导航栏显示不正常_html/css_WEB-ITnose:我想弄一个导航栏固定在顶端的样式。现在的显示有点问题,如下图: 我并没有用margin-top, padding-top之类。 Login Register #top_bar{top:0;left:0;right:0;height: 40px;width:100%;position:absolute
导读导航栏显示不正常_html/css_WEB-ITnose:我想弄一个导航栏固定在顶端的样式。现在的显示有点问题,如下图: 我并没有用margin-top, padding-top之类。 Login Register #top_bar{top:0;left:0;right:0;height: 40px;width:100%;position:absolute

我想弄一个导航栏固定在顶端的样式。现在的显示有点问题,如下图:
我并没有用margin-top, padding-top之类。
#top_bar{top:0;left:0;right:0;height: 40px;width:100%;position:absolute;background-color: #00CCFF;}#nav{width:960px;height:40px;margin:auto;background-color:#c0c0c0;}ul{height:40px;float:right;margin-right:20px;list-style:none;background-color:#000;}li{height:40px;float:left;margin-left:20px;color:#ffffff;}
回复讨论(解决方案)
不会吧 没人能解决这个问题啊
是不是这效果
导航栏显示不正常_html/css
导航栏显示不正常_html/css_WEB-ITnose:我想弄一个导航栏固定在顶端的样式。现在的显示有点问题,如下图: 我并没有用margin-top, padding-top之类。 Login Register #top_bar{top:0;left:0;right:0;height: 40px;width:100%;position:absolute