묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
아이프레임 적용후 위 프레임이 들려지는 현상
2004.04.20 07:16
아이프레임 설정 후 미리보기하면 위쪽 프레임이 뜨고 있습니다.
예제 화면은 http://www.hioot.com/diary/diary.html
아래는 아이프레임 소스구요...
따로 여백은 주지 않았는데 고수님들의 조언 바랍니다.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>무제 문서</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="997" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="21" colspan="2"><iframe src="diary_top.htm" width=996 height=21 scrolling="no" frameborder="0" marginwidth="0" marginheight="0"></iframe> </td>
</tr>
<tr>
<td width="188" height="596"><iframe src="diary_left.htm" width=188 height=596 scrolling="no" frameborder="0" marginwidth="0" marginheight="0"></iframe> </td>
<td width="809"><iframe src="http://www.hioot.com/bbs/zboard.php?id=diary" width=809 height=596 scrolling="no" frameborder="0" marginwidth="0" marginheight="0"></iframe>
<div align="left"></div></td>
</tr>
</table>
</body>
</html>
예제 화면은 http://www.hioot.com/diary/diary.html
아래는 아이프레임 소스구요...
따로 여백은 주지 않았는데 고수님들의 조언 바랍니다.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>무제 문서</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="997" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="21" colspan="2"><iframe src="diary_top.htm" width=996 height=21 scrolling="no" frameborder="0" marginwidth="0" marginheight="0"></iframe> </td>
</tr>
<tr>
<td width="188" height="596"><iframe src="diary_left.htm" width=188 height=596 scrolling="no" frameborder="0" marginwidth="0" marginheight="0"></iframe> </td>
<td width="809"><iframe src="http://www.hioot.com/bbs/zboard.php?id=diary" width=809 height=596 scrolling="no" frameborder="0" marginwidth="0" marginheight="0"></iframe>
<div align="left"></div></td>
</tr>
</table>
</body>
</html>
요렇게 바꿔보세요