- UID
- 444
- 帖子
- 1481
- 积分
- 18485
- 阅读权限
- 70
- 注册时间
- 2005-7-10
- 最后登录
- 2015-6-19
- 在线时间
- 4201 小时
|
本帖最后由 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下可以。
|
|