/*CSS 코드*/
* { margin:0; padding:0;}
html { _overflow:hidden;}
body{ _height:100%; _width:100%; _overflow:auto;}
#content { width:580px; height:1000px; margin:20px; padding:10px; background:#eeeeee;}
#aside { position:fixed; _position:absolute; _z-index:-1; left:650px; top:20px; width:100px; height:300px; padding:10px; background:#dddddd;}
<!--HTML코드-->
<div id="content">
<h1>Fixed Layer Hack for IE6</h1>
</div>
<div id="aside">
<h2>Example</h2>
</div>
* { margin:0; padding:0;}
html { _overflow:hidden;}
body{ _height:100%; _width:100%; _overflow:auto;}
#content { width:580px; height:1000px; margin:20px; padding:10px; background:#eeeeee;}
#aside { position:fixed; _position:absolute; _z-index:-1; left:650px; top:20px; width:100px; height:300px; padding:10px; background:#dddddd;}
<!--HTML코드-->
<div id="content">
<h1>Fixed Layer Hack for IE6</h1>
</div>
<div id="aside">
<h2>Example</h2>
</div>
-----------현재 이 코드에서
#aside{ position:fixed; _position:absolute; _z-index:-1; .......
이렇게 된 부분이 있는데요.
둘다 포지션인데 한쪽에는 '_' 기호가 붙어있어요. 차이점이 뭔가요?
이건 검색을 어떻게 해서 찾아내야되는지 잘 몰라서 여기에 글을 올립니다. 궁금합니다.
댓글 5개
게시글 목록
| 번호 | 제목 |
|---|---|
| 12099 |
웹서버
리눅스백그라운드실행
|
| 12097 | |
| 340 | |
| 12094 | |
| 12093 | |
| 12092 | |
| 12091 | |
| 12090 | |
| 12089 | |
| 12088 | |
| 12087 | |
| 12086 |
MySQL
mysql에서 boolean 타입 사용하기
|
| 12085 | |
| 12084 | |
| 12083 |
MySQL
mysqladmin 상태 모니터링
|
| 12082 | |
| 12081 | |
| 12080 |
웹서버
리눅스 프로세스 검사, 조회
|
| 12079 |
웹서버
리눅스에서 네트워크 상태 보기
|
| 12078 |
웹서버
리눅스 80 포트 방화벽 열기
|
| 12077 | |
| 12076 |
MySQL
Mysql Table 일괄 삭제 방법.
|
| 12075 | |
| 12074 | |
| 12073 |
MySQL
mysql 상태를 확인 하는 방법
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기