레이어 위치
Posted: 2004 06 21 19:38 27
레이어 위치에서.
firefox 랑 i.e 랑 다르게 잡네요;;
어느게 정상인지도 모르겠어요ㅡ_ㅡ;;
물론 firefox 가 표준이긴 하겠지만..a
문제 되는건..
problem 이 나오는 레이어 부분이에요..
firefox 는 menu 레이어에 딱 들어가게 나오는데.
i.e 에서는 menu 레이어의 가운데에서부터 시작하네요;;
그렇다고 center 태그를 그 위까지만 적용하면.
firefox 는 아예 menu 레이어 밖으로 벗어나구요ㅡ_ㅡ;;
어케 해야하나요?;;;
<html>
<body>
<center>
<div id=div1 style="width:975px;height:500px;border:1px #bbb dotted">
<div id=main style="width:790px;height:80%;float:left;border:red 1px solid;">
main</div>
<div id=menu style="width:150px;height:80%;float:right;border:#d3e1cb 1px solid;">
menu
<div id=problem style="position:absolute;bottom:20px;color:#333333;border:blue 1px solid;width:200px">
problem</div>
</div>
</div>
</center>
</body>
</html>
firefox 랑 i.e 랑 다르게 잡네요;;
어느게 정상인지도 모르겠어요ㅡ_ㅡ;;
물론 firefox 가 표준이긴 하겠지만..a
문제 되는건..
problem 이 나오는 레이어 부분이에요..
firefox 는 menu 레이어에 딱 들어가게 나오는데.
i.e 에서는 menu 레이어의 가운데에서부터 시작하네요;;
그렇다고 center 태그를 그 위까지만 적용하면.
firefox 는 아예 menu 레이어 밖으로 벗어나구요ㅡ_ㅡ;;
어케 해야하나요?;;;
<html>
<body>
<center>
<div id=div1 style="width:975px;height:500px;border:1px #bbb dotted">
<div id=main style="width:790px;height:80%;float:left;border:red 1px solid;">
main</div>
<div id=menu style="width:150px;height:80%;float:right;border:#d3e1cb 1px solid;">
menu
<div id=problem style="position:absolute;bottom:20px;color:#333333;border:blue 1px solid;width:200px">
problem</div>
</div>
</div>
</center>
</body>
</html>