导航栏显示不正常_html/css_WEB-ITnose
程序员文章站
2023-12-23 19:47:39
...
我想弄一个导航栏固定在顶端的样式。现在的显示有点问题,如下图:
我并没有用margin-top, padding-top之类。
我并没有用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;}
回复讨论(解决方案)
不会吧 没人能解决这个问题啊
是不是这效果
推荐阅读
-
【CSS】纯CSS实现三级导航(模板)_html/css_WEB-ITnose
-
网站网页生成.shtml访问无法显示_html/css_WEB-ITnose
-
图片中英文导航在IE6里面都链接不过去_html/css_WEB-ITnose
-
DreamWeaverCS5必须刷新样式表才能显示定义过的选择器_html/css_WEB-ITnose
-
通过html和css做出下拉导航栏的效果_html/css_WEB-ITnose
-
解决浏览器显示长数字不能自动换行或长字母不能换行的问题_html/css_WEB-ITnose
-
二级导航菜单_html/css_WEB-ITnose
-
iOS界面跳转时导航栏和tabBar的隐藏与显示功能
-
iOS开发上下滑动UIScrollview隐藏或者显示导航栏的实例
-
iOS开发上下滑动UIScrollview隐藏或者显示导航栏的实例