2011年6月18日 星期六

使用CSS將DIV固定在視窗右下角

<style type="text/css">
.div_right_bottom {
width:100px;
float:right;
position:fixed;
right:0px;
bottom:0px;
z-index:20;
border:2px solid #69c;
_position:absolute; /* position fixed for IE6 */
}
</style>

沒有留言:

張貼留言