问答详情
源自:3-2 企业网站制作之页面头部制作(一)

为什么我的显示是这样的呢?

http://img.mukewang.com/591c03630001906309880125.jpg

.nav

{

height:40px;

}


.nav_left

{

width:10px;

background:url(../images/nav_left.jpg) no-repeat;

}


.nav_mid

{

width:980px;

background:url(../images/nav_bg.jpg) repeat-x;

}


.nav_right

{

width:10px;

background:url(../images/nav_right.jpg) no-repeat;

}


.nav_left,.nav_mid,.nav_right

{

float:left;

height:40px;

}


提问者:慕粉1426586204 2017-05-17 16:02

个回答

  • 京ICP备13046642
    2017-05-17 16:42:14

    .nav

    {

    width:1000px;

    height:40px;

    }