묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
iframe을 겹쳤는데 하부에 여백이 그대로 남아...
2007.07.14 21:00
테이블 안에 iframe을 두개를 넣고 두번째 iframe은 position:relative로 위치를 조정해서 두개의 iframe이 겹치게 했는데요
문제는 테이블 길이가 두번째 iframe이 원래 있던 위치를 그대로 확보하고 있어서
이상하게 보입니다.
어떻게 해결해야 하나요...??
http://www.chusamo.com/test-index.htm
여기의 오른쪽 대문사진의 하단의 회색부분이 안없어 지네요..
표의 크기를 숫자를 줘서 지정했는데도 계속 늘어나요..ㅠㅠ
<table align="center" width="386" height="579" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" align="center" style="border-style:solid; border-width:1; border-color:#525153; ">
<iframe width="386" height="579" scrolling="no" frameborder="0" src="/11now_best_bg.php" style="z-index:10;">Not Support Iframe</iframe>
<iframe width="386" height="579" scrolling="no" frameborder="0" src="/11now_best_front.php" allowtransparency="true" style="position:relative; top:-579;left:0 z-index:12;">Not Support Iframe</iframe>
</td>
</tr>
</table>
문제는 테이블 길이가 두번째 iframe이 원래 있던 위치를 그대로 확보하고 있어서
이상하게 보입니다.
어떻게 해결해야 하나요...??
http://www.chusamo.com/test-index.htm
여기의 오른쪽 대문사진의 하단의 회색부분이 안없어 지네요..
표의 크기를 숫자를 줘서 지정했는데도 계속 늘어나요..ㅠㅠ
<table align="center" width="386" height="579" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" align="center" style="border-style:solid; border-width:1; border-color:#525153; ">
<iframe width="386" height="579" scrolling="no" frameborder="0" src="/11now_best_bg.php" style="z-index:10;">Not Support Iframe</iframe>
<iframe width="386" height="579" scrolling="no" frameborder="0" src="/11now_best_front.php" allowtransparency="true" style="position:relative; top:-579;left:0 z-index:12;">Not Support Iframe</iframe>
</td>
</tr>
</table>