(x)html 관련된 팁을 공유하는 공간입니다.
글 수 55
노프레임에서 음악 안끈기게 하기
2004.02.06 06:55:08
22
조회 수 : 3328
| 출처 : |
|---|
보통 노프레임에서는 넘어갈때 마다, 음악이 끊기게 됩니다. 이것을 염두하여서, 높이가 0 인 프레임을 하나 추가 시키는 것입니다.
index.htm 를 밑의 식으로 꾸며 봅시다.
[index.html]
<html>
<head>
<title>타이틀</title>
</head>
<frameset rows="0,*" frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="topFrame" scrolling="NO" noresize src="http://도메인/bgm.html" >
<frame name="mainFrame" src="http://도메인/main.html">
</frameset>
</html>
*위에서 보면 "0"인 프레임이 하나 추가된것입니다. 제홈에 쓰인 방식이지만 높이만 다를뿐이죠 ^^
index.htm 를 밑의 식으로 꾸며 봅시다.
[index.html]
<html>
<head>
<title>타이틀</title>
</head>
<frameset rows="0,*" frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="topFrame" scrolling="NO" noresize src="http://도메인/bgm.html" >
<frame name="mainFrame" src="http://도메인/main.html">
</frameset>
</html>
*위에서 보면 "0"인 프레임이 하나 추가된것입니다. 제홈에 쓰인 방식이지만 높이만 다를뿐이죠 ^^






소셜로그인
빽짱구

