2010년 11월 17일 수요일

ie6에서 fixed 대체

<style>

* html{overflow-x:auto; overflow-y:hidden;}

* html body {
    height:100%;
    overflow-y:auto;
}
* html .class_name {
  position:absolute;
}

</style>

.

.

.

.

<div class=class_name> 블라블라블라</div>

0 개의 댓글:

댓글 쓰기