问答详情
源自:3-4 企业网站制作之导航部分制作(一)

导航栏左右边空白还是没有被撑开?

http://img.mukewang.com/5798cbb100013e8d10250118.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;

line-height:40px;

}

.nav_right{

width:10px;

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

}

.nav_left, .nav_mid, .nav_right{

height:40px;

float:left;

}


提问者:DylmHai 2016-07-27 22:57

个回答

  • 顾顾小
    2016-08-08 14:15:24

    为什么给了高度就撑开了呢


  • redstonesl
    2016-07-28 07:23:58

    指定div高度