묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
레이어 크기 100% 가 가능한가요?
2003.08.09 02:20
안녕하세요..
저는 홈페이지의 중간부분쯤에 레이어를 삽입할려하는데요..
__________________________________________
| |
| |
------| |---------------------
| | | |
| | | |
| | ! | 내용 |
| | | |
| | | |
------| |---------------------
| |
-------------------------------------------
대충 저런식의 레이아웃입니다.;
그러니까 저는 네모난 저부분이 내용으로 하여 테이블로 작성하였구요..
저기 길죽한 부분이 메뉴가 들어갈 부분인데요
그러니까 저 내용테이블위에 테이블이 들어간 레이어를 올려놓을 거라고 추진중입니다.
보이는 창 위와 아래가 떨어지지않고 딱 붙어 줘야합니다.. 즉 테이블이였다면 높이를 100%로 줬겠죠..
문제는 레이어의 높이가 100%가 되지 않는다는것입니다..
나모를 사용하고있는데 나모에서는 레이어의 100%가 먹히지 않는 걸까요?...
아니면 레이어의 크기는 %가 되질않는걸까요..
노파심에 소스도 올려 봅니다.. 아래는 레이어 부분의 소스입니다,
<div id="layer1" style="width:200px; height:537px; position:absolute; left:224px; top:1px; z-index:1;">
<table align="center" cellpadding="0" cellspacing="0" height="100%" bordercolordark="black" bordercolorlight="black">
<tr align="center" valign="top">
<td width="13" background="bar_left.gif">
<p> </p>
</td>
<td width="89" align="center" background="1.gif">
<p style="line-height:100%; margin-top:0; margin-bottom:0;"><img src="ganpan.gif" width="89" height="121" border="0"></p>
<p style="line-height:100%; margin-top:0; margin-bottom:0;"><img src="memu.gif" width="74" height="257" border="0"></p>
</td>
<td width="13" background="bar_right.gif">
<p> </p>
</td>
</tr>
<tr>
<td width="13" background="bar_left.gif">
<p> </p>
</td>
<td width="89" align="center" background="1.gif">
<p><img src="rain.gif" width="93" height="101" border="0"></p>
</td>
<td width="13" background="bar_right.gif">
<p> </p>
</td>
</tr>
</table>
</div>
*게시판 검색결과 style="width:200px; height:537px<부분을 %로 바꿔 주심된다지만 바꿔두면 다시 픽셀로 되돌아 와버립니다 ㅜ.ㅜ
저는 홈페이지의 중간부분쯤에 레이어를 삽입할려하는데요..
__________________________________________
| |
| |
------| |---------------------
| | | |
| | | |
| | ! | 내용 |
| | | |
| | | |
------| |---------------------
| |
-------------------------------------------
대충 저런식의 레이아웃입니다.;
그러니까 저는 네모난 저부분이 내용으로 하여 테이블로 작성하였구요..
저기 길죽한 부분이 메뉴가 들어갈 부분인데요
그러니까 저 내용테이블위에 테이블이 들어간 레이어를 올려놓을 거라고 추진중입니다.
보이는 창 위와 아래가 떨어지지않고 딱 붙어 줘야합니다.. 즉 테이블이였다면 높이를 100%로 줬겠죠..
문제는 레이어의 높이가 100%가 되지 않는다는것입니다..
나모를 사용하고있는데 나모에서는 레이어의 100%가 먹히지 않는 걸까요?...
아니면 레이어의 크기는 %가 되질않는걸까요..
노파심에 소스도 올려 봅니다.. 아래는 레이어 부분의 소스입니다,
<div id="layer1" style="width:200px; height:537px; position:absolute; left:224px; top:1px; z-index:1;">
<table align="center" cellpadding="0" cellspacing="0" height="100%" bordercolordark="black" bordercolorlight="black">
<tr align="center" valign="top">
<td width="13" background="bar_left.gif">
<p> </p>
</td>
<td width="89" align="center" background="1.gif">
<p style="line-height:100%; margin-top:0; margin-bottom:0;"><img src="ganpan.gif" width="89" height="121" border="0"></p>
<p style="line-height:100%; margin-top:0; margin-bottom:0;"><img src="memu.gif" width="74" height="257" border="0"></p>
</td>
<td width="13" background="bar_right.gif">
<p> </p>
</td>
</tr>
<tr>
<td width="13" background="bar_left.gif">
<p> </p>
</td>
<td width="89" align="center" background="1.gif">
<p><img src="rain.gif" width="93" height="101" border="0"></p>
</td>
<td width="13" background="bar_right.gif">
<p> </p>
</td>
</tr>
</table>
</div>
*게시판 검색결과 style="width:200px; height:537px<부분을 %로 바꿔 주심된다지만 바꿔두면 다시 픽셀로 되돌아 와버립니다 ㅜ.ㅜ