jq22.css中37行top改50px;
#menu-line {
position: absolute;
top: 50px;
left: 0;
height: 3px;
background: #009ae1;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}
请问如何让菜单居中显示呢?
上下左右的白色区域怎么去掉,因为我想将导航把整个网站左右和上边铺满。(试过各种CSS的办法,不行才来求版主的。。。)