CSS布局。急!

来源:百度知道 编辑:UC知道 时间:2024/09/25 17:21:16
css文件:body{ background:#E6E7E9; padding:0; text-align:center;}#continer{ width:474px; height:448px; background:url(images/index.jpg) no-repeat; margin:100px auto auto;}#enter{ margin:412px auto auto 235px;}html文件: Enter
在ie6下显示http://hiphotos.baidu.com/%D4%D3%B2%DD%B6%E0/mpic/item/d77dedfc9bec040b08244d34.jpg
在ff下显示http://hiphotos.baidu.com/%D4%D3%B2%DD%B6%E0/mpic/item/25b5125587a80949574e0035.jpg
这个该怎么改啊。谢谢

用!important的迷茫

body{
background:#E6E7E9;
padding:0;
text-align:center;
}
#continer{
width:474px;
height:448px;
background:#ccc url(images/index.jpg) no-repeat;
margin:100px auto;
}
#enter{
padding:412px 0 0 235px;
}
可以采纳吗?呵呵 我测试过了显示效果都一样的,有啥子不回的在问我哦!嘿嘿 给我加分吧

修改一般做网页很少用到important呵呵!可以多看看其他人的代码 ,都是这样的 ,可以用baidu h!问我

你的代码我试过了。FF下是正常的。没有跑到上面去。