묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
제가 프레임셋을 나누어서 BGM넣었는데 오류가...
2008.11.09 18:03
제가 프레임셋으로 상단과 하단으로 나누었습니다 하단에는 제로보드 , 상단에는 뮤직플레이어 이렇게 두었는데요.
제로보드로 페이지 이동할때마다 뮤직플레이어가 하나씩 늘어나네요
해결책점 ㅜ.ㅜ
제로보드로 페이지 이동할때마다 뮤직플레이어가 하나씩 늘어나네요
해결책점 ㅜ.ㅜ
댓글 4
-
리눅기
2008.11.09 18:34
-
쿠시나기
2008.11.09 18:51
여전히 그러네요 ㅜ.ㅜ 답변해준거 ㄳ합니다 -
리눅기
2008.11.09 23:04
다시 함 올립니다. -
리눅기
2008.11.12 21:24
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<frameset rows="*,30" rows1="*,30" rows2_disabled="60,*" frameborder="0" framespacing="0" name="fst"><frame src="http://kusi.dnip.net" frameborder="0" noresize>
<frame src="http://kusi.dnip.net:8000/popup.html" frameborder="0" noresize>
</frameset>
</html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>홈페이지의 타이틀을 써주세요.</title>
<base target="_self">
</head>
<frameset rows="100%, 30" border="0">
<frame src="제로보드 설치된 경로를 기입해주세요.^^" marginwidth="0" marginheight="0">
<frame src="BGM주소를 기입해주세요.^^" scrolling="no" marginwidth="0" marginheight="0">
<noframes>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p>이 페이지를 보려면, 프레임을 볼 수 있는 브라우저가 필요합니다.</p>
</body>
</noframes>
</frameset>
</html>