CSS 置底浮動footer

作者:

分類:
#bottombar {
background-color: #efefec;
position: fixed; !important;
width: 100%;
bottom: 0;
z-index: 5; 
height: 34px;		
border: 1px solid #999999;		
background-repeat:repeat-x;
color:#FFFFFF;
_position:absolute;
_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
}

留言

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *