|
|
hit: 5923 / writer: kr9418 |
|
|
:::: 홈페이지 관련 도움요청!! 긴급 요망요!! 프리즈 헬미!!화면->전체프레임 :::: |
작성자 : kr9418 | 등록일 : 2007-05-13 17:52:20 |
|
첫번째 화면에서요. 그림을 클릭하면
main 화면하고 meun 화면이 같이 보이게 하고 싶은대요.
그게 안되네요.
main을 하이퍼 걸면 그거만 보이구;;
meun만 하이퍼 걸면 그거만 보이고;;
어떻게 해야 하나요 빠른 답변 부탁드려요 ㅠㅠ 프리즈!!! |
|
|
|
별라 | 첫번째 화면에서요. 그림을 클릭하면
(index.htm에 들어가서 특정? 그림을 클릭하면)
main 화면하고 meun 화면이 같이 보이게 하고 싶은대요.
(main.htm로 들어가서 menu화면이 보이도록 만든다...?)
이런.. 말씀이신지...
작성중인 tag나 홈페이지 주소를 알려주시면 설명드리기 쉽겠네요 |
05/14 14:05 |
 |
|
|
별라 | 답이 될런지...
------------------------- index.htm
<html>
<head>
<title>index file</title>
<meta http-equiv="Content-Type" content="text/html" charset="euc-kr">
<meta http-equiv=`refresh` content=`5; URL=main.htm`>
<body align="center">
<a href="main.htm"><img src="http://큰그림또는 사진.gif"></a>
</body>
</html>
---------------------------main.htm
<html>
<head>
<title> main 파일 </title>
</head>
<frameset rows="100,*" border=0 frameborder=0 framespacing=0 >
<frame src="top.htm" scrolling="auto" noresize="noresize">
<frame src="body.htm" name="body" scrolling="auto">
</frameset>
</html>
-------------------------------- 설명---------------------------
top,htm과 body.htm문서를 만드신 후
위의 내용처럼 프레임을 나누시면 간단합니다
top.htm파일에 메뉴를 넣으시고 각 메뉴에 ink 하실때 target="body"로 주시면 됩니다
http://byeolra.com/study/html/sindex.htm 참고하세요
빨리 해결되시길 바랍니다 |
05/14 14:07 |
 |
|
|
|
|
|
|
|