为什么我的.top_content 没有居中呢

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

不懂代码的程序猿

2017-04-11 16:45

@charset "utf-8";

/* CSS Document */


*

{

margin:0;

padding:0;

font-size:12px;

}


body

{

background-color:#F5F5F5;

}


.top

{

width:1000px;

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;

}


写回答 关注

1回答

  • 不懂代码的程序猿
    2017-04-11 17:20:33

    .top的宽度应该设置100%  已解决

企业网站综合布局实战

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

157042 学习 · 1984 问题

查看课程

相似问题