2. 사용 방법 ¶
- 블로그에 활용하기 위해서 우선 다음의 code를 style.css의 아무 위치에 삽입한다. 이 때 #aside의 속성값을 블로그에 맞게 수정해 준다.
* { margin:0; padding:0;} html { _overflow:hidden;} body{ _height:100%; _width:100%; _overflow:auto;} #aside { position:fixed; _position:absolute; _z-index:-1; left:650px; top:20px; width:100px; height:300px; padding:10px; background:#dddddd;}