为什么我的导航列表整体右移了呢??

来源:3-3 企业网站制作之页面头部制作(二)

weixin_慕少8227372

2020-10-31 12:23


http://img4.mukewang.com/5f9ce6630001bd2116760398.jpg

css代码如下:

@charset "utf-8";
/* CSS Document */
*{
    margin:0;
    padding:0;
    font-size:12px;
}
body{
    background-color: #F5F5F5;
}
.top{
    width:100%;
    height:27px;
   background:url("../images/top_bg.jpg")repeat-x;
}
.top_content{
    width:1000px;
    margin:0 auto;
}
.top_content li{
    list-style-image: url("../images/li_bg.gif");
    float:right;
    width:70px;
    line-height: 27px;
}
.top_content a:link,.top_content a:visited{
    color:#8E8E8E;
    text-decoration: none;
}
.top_content a:hover,.top_content a:active{
    color:crimson;
    text-decoration: none;
}
.wap{
    width: 1000px;
    margin: 0 auto;
}
.logo{
    height: 80px;
    background-color: #FFFFFF;
    clear: both;
}
.logo_left{
    width: 200px;
    float: left;
}
.logo_right{
    width:300px;
    float: right;
    height: 28px;
    margin-top: 30px;
    color:#A4A4A4;
}
.logo_right img{
    vertical-align:middle;
    margin-right:10px;
}
.tel{
    font-family:"微软雅黑";
    font-size: 16px;
    color: #F31013;
}
.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;
}

写回答 关注

2回答

  • weixin_慕运维2395858
    2023-06-23 23:14:48

    是因为设置右浮动了吗

  • 慕梦前来
    2021-10-11 19:24:58

    都是浮动呀

企业网站综合布局实战

本课程重点介绍HTML/CSS实现常见企业网站布局的方法

157043 学习 · 1984 问题

查看课程

相似问题