此回复为自动发出,仅用于显示而已,并无任何其他特殊作用
楼主【sigoo3】截止到2008-07-04 21:29:25的历史汇总数据(不包括此帖):
发帖的总数量:20                       发帖的总分数:240                      
结贴的总数量:11                       结贴的总分数:80                       
无满意结贴数:3                        无满意结贴分:40                       
未结的帖子数:9                        未结的总分数:160                      
结贴的百分比:55.00 %               结分的百分比:33.33 %                  
无满意结贴率:27.27 %               无满意结分率:50.00 %                  
楼主加油

解决方案 »

  1.   


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
    <title>浮动</title>
    <style type="text/css">
    #postBar {
        position:fixed;
        left:0px;
        bottom:0;
        _position:absolute;
        _top:expression(document.documentElement.clientHeight + document.documentElement.scrollTop - this.offsetHeight);
    }
    </style>
    </head>
    <body>postBar
    <div style="height:1000px;"></div>
    <div id="postBar"><img src="http://static.kijiji.cn/images/post.gif" alt="广告" /></div>
    </body>
    </html>
      

  2.   


    晕 用了hack压根就没想跑到ff中去