본문
<script>
if(typeof document.compatMode!='undefined'&&document.compatMode!='BackCompat') {
csFixedRBCalc="_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}";
} else {
csFixedRBCalc="_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);_left:expression(document.body.scrollLeft + document.body.clientWidth - offsetWidth);}";
}
var csBannerFixed='#csBannerFixed{position:fixed;_position:absolute;bottom:0px;right:0px;overflow:hidden;z-index:100;' + csFixedRBCalc;
document.write( '<STYLE TYPE="text/css">'+csBannerFixed+'</STYLE>');
document.write( '<DIV ID=csBannerFixed>' );
document.write( '우측....하단' );
document.write( '</DIV>' );
</script>
관련링크
- http://frontjang.tistory.com/36 1108회 연결
댓글목록
등록된 댓글이 없습니다.