검색을 하다가 알아낸(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;
}
하면 됩니다. ㅎㅎ
'작은 팁' 카테고리의 다른 글
| JSSpec용 EditPlus ACP,STX 파일 (0) | 2007/12/05 |
|---|---|
| EditPlus 에서 monaco(mac 기본 폰트)사용하기. (XP에서 안티알리아싱(Anti-Aliasing 설정) (2) | 2007/10/01 |
| [CSS] IE6 에서 CSS만으로(핵안쓰고) position:fixed 하기 (2) | 2007/08/31 |
| [JS] 정규식을 이용하여 ltrim, rtrim, trim 구현하기 (0) | 2007/08/31 |
| [JS] timestamp 를 date 형식으로 보여주기(as like php date()) (0) | 2007/08/08 |
| [JS] HTML Attribute Parser (0) | 2007/07/13 |
Trackback 1 And
Comment 2
Prev









