密码找不回了 发表于 2010 年 12 月 11 日 23:12:06

谁帮看这个css错在哪里?

#content {
        background: #fff url("images/bg.gif") repeat-x top center;
        margin: 0 auto;
        position: relative;
        width: 950px;       
}
#left {        float: left;margin: 0 40px 0 0;width: 620px;        }
#right {float: right;width: 280px;}
chrome下为什么背景就是没有显示出来?IE浏览器却是正常的。

381183401 发表于 2010 年 12 月 11 日 23:14:32

是RP问题   - -

密码找不回了 发表于 2010 年 12 月 11 日 23:17:04

是真的,你们试试看。非常奇怪,chrome下就是不行,如果删除left和right那两段又正常。

esnak 发表于 2010 年 12 月 12 日 02:06:26

#content加“zoom:1”试试,或者加“overflow:hidden”没用过chorm,瞎指点。
页: [1]
查看完整版本: 谁帮看这个css错在哪里?