<style type="text/css">
<!--
#quick {
position:relative;
left:3px;
top:199px;
width:176px;
height:330px;
z-index:1;
}
-->
</style>
헤드부분에 위와 같이 스타일을 지정해주고(div안에 style로 지정해줘도 된다.)
아래와 같이 td안에 레이어를 넣어준다.
당신이 원하는 곳에 넣어라. 날아다니는 레이어라서 별 상관없었구려.
ablsolute(절대)안에 relative(상대)가 들어간 모습....
<td height="263" valign="top">
<div style="position:absolute;">
<div id="quick">
<? include"../inc/select_menu.html"; ?>
</div>
</div>
<img src="../img/main/main_img.gif" width="907" height="263">
</td>
해상도 바뀔때마다 지멋대로 움직이는 레이어 비율에 맞게 고정시키기
2013. 3. 28. 11:15