ie에선 position:fixed; 가 먹히지 않는다.
시중(?)에 많은 핵들이 있는데, 이만큼 간단한 것은 없는거 같다.
검색을 하다가 알아낸(http://www.cssplay.co.uk/layouts/fixed.html) 방법인데, 아주 간단합니다.
시중(?)에 많은 핵들이 있는데, 이만큼 간단한 것은 없는거 같다.
검색을 하다가 알아낸(http://www.cssplay.co.uk/layouts/fixed.html) 방법인데, 아주 간단합니다.
body{
height:100%;
overflow-y:auto;
}
/* Fixed 할 Element */
.fixed_div{
position:absolute;
}
height:100%;
overflow-y:auto;
}
/* Fixed 할 Element */
.fixed_div{
position:absolute;
}