묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
배경을 투명하게 하려면 어디를 어떻게 손봐야 합니까?
아이프레임 배경 투명하게 하려면?
2010.05.05 23:21
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>::: tonibox cast :::</title>
<meta name="generator" content="ninja73.com">
<link rel="stylesheet" href="css/style_cast.css">
<meta name="keywords" content="토니박스 방송 커뮤니티 ">
<style>
body,td,select,input,div,form,textarea,center,option,pre,blockquote {font-size:8pt;font-family:굴림;color:#000}
td {line-height:140%}
a:link {
font-size : 8pt;
text-decoration : none;
color : #000;
letter-spacing : 0;
line-height : 20px;
}
a:visited {
font-size : 8pt;
text-decoration : none;
color : #000;
letter-spacing : 0;
line-height : 20px;
}
a:hover {
font-size : 8pt;
text-decoration : none;
color : #663300;
letter-spacing : 0;
line-height : 20px;
}
a:active {
font-size : 8pt;
text-decoration : none;
color : #663300;
letter-spacing : 0;
line-height : 20px;
}
</style>
<!--Nzeo ca
<!--Nzeo cast start-->
<?
include ('status.inc.php');
?>
<table align="left" border=0 cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" style="background-color:transparent">
<?
$status = GetSCStatus("tonibox.com","8000");
if ($status[status] == 1){
echo "<marquee direction='left' width=230><a href="http://tonibox.com:8000/listen.pls>$status[song]</marquee></a><font color=#c6c6c6>($status[listeners])</font>";
}
else {
echo "<marquee direction='left' width=250>지금은 방송중이 아닙니다. (시제이 모집중) . TONIBOX.COM</marquee>";
}
?>
</td>
</tr>
</table>
<!--Nzeo cast end-->
<script language='javascript'+
'+
'>
window.setTimeout('window.location.reload()',30000);
</script>
?>
</body>
</html>배경을 투명하게 하려면 어디를 어떻게 손봐야 합니까?
댓글 1
-
유샤인
2010.05.06 00:36
-
토니박스
2010.05.06 12:22
이걸 어디에 넣어주란 말씀 이신지요? -
젠이
2010.05.13 18:48
윗 내용을 아이프레임에 넣으실껀가요, 아니면 위 소스에 아이프레임을 넣으실꺼란 말인가요? 아이프레임 태그 쓰실 때 <iframe src="아이프레임 주소"> 이렇게 쓰시잖아요. 그거 쓰실 때 <iframe src="아이프레임 주소" allowTransparency="true"> 이렇게 쓰시면 됩니다.