为了账号安全,请及时绑定邮箱和手机立即绑定

在DW里面预览效果是正确的 用浏览器看就不行了 求解答!!

为了验证下是连接上了CSS试了下颜色

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<link href="/css/main.css" rel="stylesheet" type="text/css" />
</head>

<body>
<div class="top">
    <div class="top_content">
    <ul>
        <li>联系我们</li>
        <li>加入收藏</li>
        <li>设为首页</li>
    </ul>
    </div>
</div>
</body>
</html>


/* CSS Document */
*{margin:0px;
padding:0px;
 font-size:12px;}
 
 body{background-color:#999;}
 
.top {
    width: 100%;
    height: 27px;
    background: url(/images/top_bg.jpg)  repeat-x;
    float:left;
}
.top_content {
    width: 1000px;
    margin: 0 auto;
    line-height: 27px;
}
.top_content li {
    
    list-style-image: url(/images/arrow.jpg);
    width: 70px;
    float:right
}

54d0442700014f7405000194.jpg

54d0442800019e1005000266.jpg


正在回答

2 回答

在css中加入

.top_content ul

{

float:left;}

就可以了

0 回复 有任何疑惑可以回复我~
#1

qq_熊熊 提问者

非常感谢!
2015-10-27 回复 有任何疑惑可以回复我~

DW不准确   以浏览器为准

0 回复 有任何疑惑可以回复我~
#1

weibo_哆啦A梦爱甜筒_0

那这种情况是怎么回事?怎样才能在浏览器中正确显示呢?是代码错了?
2015-07-20 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

在DW里面预览效果是正确的 用浏览器看就不行了 求解答!!

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信