묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
질문 다시 올리겠습니다.. 프레임이 익스플로어 크기나 해상도에 따라 지 멋대로 움직여버려요..
2003.02.06 11:38
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>터티의 홈페이지</title>
</head>
<frameset cols="151, 707, 152" border="0">
<frame src="main/s1.html" noresize scrolling="no">
<frameset rows="41, 20, 418, 47">
<frame src="main/upimg.html" noresize scrolling="no" marginwidth="3" marginheight="4">
<frameset cols="36, 635, 36">
<frame src="main/upimg2.html" noresize scrolling="no">
<frame src="main/upmamu.html" noresize scrolling="no" namo_target_frame="main" marginwidth="3" marginheight="4">
<frame src="main/upimg3.html" noresize scrolling="no">
</frameset>
<frameset cols="35, 635, 35">
<frame src="main/aimg4.html" noresize scrolling="no">
<frame src="main/view.html" name="main" marginwidth="1" marginheight="1">
<frame src="main/limg5.html" noresize scrolling="no">
</frameset>
<frame src="main/downimg6.html" noresize scrolling="no">
</frameset>
<frame src="main/s2.html" noresize scrolling="no">
<noframes>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p>이 페이지를 보려면, 프레임을 볼 수 있는 브라우저가 필요합니다.</p>
</body>
</noframes>
</frameset>
</html>
밑에 세죠위그이 님이 가르켜주신대로 픽셀로 지정을 했는데도 프레임이 지 멋대로 움직여버리네요.
지금 올려놓은 주소는 http://tuty.ce.ro 이구요..=ㅅ=..
프레임이 해상도나 익스플로어 창 크기에 따라서 지 멋대로 안움직이고 고정되게
하는 방법은 없을까요?
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>터티의 홈페이지</title>
</head>
<frameset cols="151, 707, 152" border="0">
<frame src="main/s1.html" noresize scrolling="no">
<frameset rows="41, 20, 418, 47">
<frame src="main/upimg.html" noresize scrolling="no" marginwidth="3" marginheight="4">
<frameset cols="36, 635, 36">
<frame src="main/upimg2.html" noresize scrolling="no">
<frame src="main/upmamu.html" noresize scrolling="no" namo_target_frame="main" marginwidth="3" marginheight="4">
<frame src="main/upimg3.html" noresize scrolling="no">
</frameset>
<frameset cols="35, 635, 35">
<frame src="main/aimg4.html" noresize scrolling="no">
<frame src="main/view.html" name="main" marginwidth="1" marginheight="1">
<frame src="main/limg5.html" noresize scrolling="no">
</frameset>
<frame src="main/downimg6.html" noresize scrolling="no">
</frameset>
<frame src="main/s2.html" noresize scrolling="no">
<noframes>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p>이 페이지를 보려면, 프레임을 볼 수 있는 브라우저가 필요합니다.</p>
</body>
</noframes>
</frameset>
</html>
밑에 세죠위그이 님이 가르켜주신대로 픽셀로 지정을 했는데도 프레임이 지 멋대로 움직여버리네요.
지금 올려놓은 주소는 http://tuty.ce.ro 이구요..=ㅅ=..
프레임이 해상도나 익스플로어 창 크기에 따라서 지 멋대로 안움직이고 고정되게
하는 방법은 없을까요?
댓글 2
-
세죠위그이
2003.02.06 12:36
-
TuTy
2003.02.06 15:33
아아 알아냈습니다 @_@)!
조금 복잡하긴 하지만 인덱스페이지를 이름을 바꾼후 다른 인덱스 파일을 만드후
거기서 아이프레임으로 불러오니 되는군요
저도 잘 모르겠어요.. -ㅁ-;
==========================
이렇게 하는건 어떨까요..
홈페이지 접속 방식을 바꾸는 겁니다. (!)
<script language="javascript">
<!--
window.open("홈 주소","home","left=왼쪽에서의 위치,top=위의서의 위치,scrollbars=no,status=no,width=가로,height=세로")
//-->
</script>
요걸 쓰셔서 홈에 접속하면 새창이 뜨면서 창 조절 불가로 레이아웃을 고정하는 방법이 있구요..
버튼을 누르면 홈에 접속되게 하시려면
<script language="javascript">
<!--
function open(){
window.open("홈 주소","home","left=왼쪽에서의 위치,top=위의서의 위치,scrollbars=no,status=no,width=가로,height=세로");
}
//-->
</script>
이렇게 적어 주시고, 링크에
<a href="javascript:open();"> 이렇게 해 주시면 됩니다.
======================================================================================
레이아웃 안봐뀌게 하는건 저도 잘 모르겠네요.. 전 위의 방법을 쓰는지라. -ㅁ-;