logo_right未完全浮动到右边,基本就挨着left旁边,如何解决?

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

双焦点

2018-09-07 09:35

*

{

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:#C00;

text-decoration:none;

}

.wrap

{

width:1000px;

margin:0 auto;

}

.logo

{

height:80px;

}

.logo_left

{

width:200px;

float:left;

}

.logo_right

{

width:300px;

float:right;

}


写回答 关注

1回答

  • Corbie_L
    2018-09-07 10:15:35
    已采纳

    看着css是没有问题的,你吧你的.html里面的代码发出来看一下


    双焦点

    谢谢,找到问题了。自己粗心代码有错误导致的!

    2018-09-11 15:08:20

    共 1 条回复 >

企业网站综合布局实战

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

157042 学习 · 1984 问题

查看课程

相似问题