[질문이 있습니다.] css코드 앞에~ 정보
HTML [질문이 있습니다.] css코드 앞에~본문
/*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; .......
이렇게 된 부분이 있는데요.
둘다 포지션인데 한쪽에는 '_' 기호가 붙어있어요. 차이점이 뭔가요?
이건 검색을 어떻게 해서 찾아내야되는지 잘 몰라서 여기에 글을 올립니다. 궁금합니다.
추천
0
0
댓글 5개

_*** ................. Win IE 4~6에서만 적용되는 스타일 핵 입니다.
답변 감사합니다. 많은 도움이 되었습니다.~
_는 underscore hack이랍니다. IE6 이하에서만 지정된 프로퍼티를 적용시키고자 할 때 쓰는 것이에용~
답변 감사합니다. 글쓴지 10분도 안되서 답을 해주시네요. 지식인보다 낫습니다~!!
그놈의 ie6이 문제..