[问题已解决,谢谢各位的集思广益,发码]万能的8da,码农来破
本帖最后由 outmylife 于 2012-9-2 11:37 编辑正确代码<div style="width:800px;margin:0px auto;">
<div id="foot" style="width:780px;position:absolute; bottom:0px;" >
<span style="float:left;"><img src="dimages/1.png" style="float:left;" />Copyright 2012 WWWW,All Rights Reserved 苏ICP备11025827号</span>
<span style="float:left;" onclick="pwdchange()"><img src="dimages/pwdchange2.png" style="float:left;" />更改密码@初始密码123456</span>
</div>
</div><div id="foot" style="position:absolute; bottom:0px;" >
<table border="0px" style="margin:0px auto;" >
<tr >
<td><img src="dimages/1.png" style="float:left;" />Copyright 2012 WWWW,All Rights Reserved 苏ICP备11025827号</td>
<td onclick="pwdchange()"><img src="dimages/pwdchange2.png" style="float:left;" />更改密码@初始密码123456</td>
</tr>
</table>
</div>代码如上,在chrome下显示不能居中,IE6下可以。
自己定西 IE不是标准的啊,而且不同版本的还不一样。 我单位的站也这样。。。 有人会弄啊 ?
<div id="foot" style="position:absolute; bottom:0px;left:20%" >
楼主试试 foot 给宽 margin:0 auto; foot加个width:100%; youyouken 发表于 2012-9-1 13:23 static/image/common/back.gif
楼主试试
这个是可以,但是在不同分辨率下 就崩溃了 涂地签名看的蛋疼 asfman 发表于 2012-9-1 14:20 static/image/common/back.gif
foot加个width:100%;
正解 terranboy 发表于 2012-9-1 16:11 static/image/common/back.gif
正解
这个我在测试的加过的,不行的 那就不要用 div 布局
直接使用 table布局,指定 table width=100% td 居中 各种浏览器兼容啥的最SB了 又div 又table 这代码怎么写的.搬砖头也不是这么搬的
全部换成div 文字居中就行了。
= = 一直觉得写网站布局好累 问题已解决,再次谢谢各位的支持。
页:
[1]