묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
[아이프레임]투명이 않돼요;
2003.12.22 22:37
<HTML>
<HEAD>
<TITLE>무제-3</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=euc-kr">
</HEAD>
<body style="background-color:transparent">
<p style="line-height:100%; margin-top:0; margin-bottom:0;">
<p style="line-height:100%; margin-top:0; margin-bottom:0;"> </p>
<p style="line-height:100%; margin-top:0; margin-bottom:0;"> </p>
<p style="line-height:100%; margin-top:0; margin-bottom:0;"> </p>
<TABLE WIDTH=780 BORDER=0 CELLPADDING=0 CELLSPACING=0 align="center">
<TR>
<TD COLSPAN=2>
<IMG SRC="images/frame_01.jpg" WIDTH=780 HEIGHT=25></TD>
</TR>
<TR>
<TD width="200" height="350" background="images/frame_02.jpg">
</TD>
<TD width="580" height="350" background="images/frame_03.gif">
<p align="center">
<iframe src="main.html" width="95%" height="95%" border="0" frameborder="0" allowTransparency="true"></iframe></p>
</TD>
</TR>
<TR>
<TD COLSPAN=2>
<IMG SRC="images/frame_04.gif" WIDTH=780 HEIGHT=25></TD>
</TR>
</TABLE>
</BODY>
</HTML>
이게 소스인데요
중간에 아이프레임 넣었는데도.. 투명하게 않보여요 >ㅁ<
<HEAD>
<TITLE>무제-3</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=euc-kr">
</HEAD>
<body style="background-color:transparent">
<p style="line-height:100%; margin-top:0; margin-bottom:0;">
<p style="line-height:100%; margin-top:0; margin-bottom:0;"> </p>
<p style="line-height:100%; margin-top:0; margin-bottom:0;"> </p>
<p style="line-height:100%; margin-top:0; margin-bottom:0;"> </p>
<TABLE WIDTH=780 BORDER=0 CELLPADDING=0 CELLSPACING=0 align="center">
<TR>
<TD COLSPAN=2>
<IMG SRC="images/frame_01.jpg" WIDTH=780 HEIGHT=25></TD>
</TR>
<TR>
<TD width="200" height="350" background="images/frame_02.jpg">
</TD>
<TD width="580" height="350" background="images/frame_03.gif">
<p align="center">
<iframe src="main.html" width="95%" height="95%" border="0" frameborder="0" allowTransparency="true"></iframe></p>
</TD>
</TR>
<TR>
<TD COLSPAN=2>
<IMG SRC="images/frame_04.gif" WIDTH=780 HEIGHT=25></TD>
</TR>
</TABLE>
</BODY>
</HTML>
이게 소스인데요
중간에 아이프레임 넣었는데도.. 투명하게 않보여요 >ㅁ<
댓글 1
-
Smileru
2003.12.23 11:27
아이프레임으로 불러오는 main.html에 있는 body태그에 style="background-color:transparent" 를 넣어야 한답니다. ^^;