导航条代码怎么写,怎样用DIV和CSS做导航条
导航条代码怎么写,怎样用DIV和CSS做导航条详细介绍
#nav { width:1000px; height:30px; background:#CCC; margin:0 auto; margin-top:50px; } #nav ul { width:960px; height:35px; } #nav ul li { float:left; width:100px; float:left; list-style:none; background:yellow; line-height:35px; }