outmylife 发表于 2012-9-1 12:16

[问题已解决,谢谢各位的集思广益,发码]万能的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下可以。

outmylife 发表于 2012-9-1 12:23

自己定西

爱新觉罗 发表于 2012-9-1 13:10

Springsun 发表于 2012-9-1 13:13

IE不是标准的啊,而且不同版本的还不一样。

guibaolon00 发表于 2012-9-1 13:19

我单位的站也这样。。。

outmylife 发表于 2012-9-1 13:22

有人会弄啊 ?

youyouken 发表于 2012-9-1 13:23

<div id="foot"  style="position:absolute; bottom:0px;left:20%" >

楼主试试

Cx.SC 发表于 2012-9-1 14:16

foot 给宽 margin:0 auto;

asfman 发表于 2012-9-1 14:20

foot加个width:100%;

outmylife 发表于 2012-9-1 14:46

youyouken 发表于 2012-9-1 13:23 static/image/common/back.gif
楼主试试

这个是可以,但是在不同分辨率下 就崩溃了

fell 发表于 2012-9-1 15:12

涂地签名看的蛋疼

terranboy 发表于 2012-9-1 16:11

asfman 发表于 2012-9-1 14:20 static/image/common/back.gif
foot加个width:100%;

正解     

outmylife 发表于 2012-9-1 16:13

terranboy 发表于 2012-9-1 16:11 static/image/common/back.gif
正解

这个我在测试的加过的,不行的

重新做人 发表于 2012-9-1 16:41

那就不要用 div 布局

直接使用 table布局,指定 table width=100%  td 居中

BjjLoveMe 发表于 2012-9-1 20:48

各种浏览器兼容啥的最SB了

台湾综艺-瓜哥 发表于 2012-9-1 23:32

又div 又table 这代码怎么写的.搬砖头也不是这么搬的
全部换成div 文字居中就行了。

3615429KKG 发表于 2012-9-2 01:12

= = 一直觉得写网站布局好累

outmylife 发表于 2012-9-2 11:37

问题已解决,再次谢谢各位的支持。
页: [1]
查看完整版本: [问题已解决,谢谢各位的集思广益,发码]万能的8da,码农来破