写写程序,一种成就的感觉

写写程序,一种成就的感觉

导航

永远停留在右下角的层

Posted on 2008-12-27 11:26  hateyoucode  阅读(190)  评论(0)    收藏  举报

<style>
#qqbox{
 width:110px;
 height:140px;
  position:fixed !important;
    position:absolute;
 z-index:100;
 top:expression(offsetParent.scrollTop+(document.documentElement.clientHeight-140)+"px");
 right:0px;
 bottom:0px;
}
</style>

 

<div id="qqbox">sdfasdfsad</div>