묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title> TITLE </title>
</head>
<frameset rows="0, *" border="0">
<frame>
<frame scrolling="yes" marginwidth="0" marginheight="0" src="/zbxe/">
</frameset>
</html>
이렇게 index.html 만들어서 최상위에 두면 주소도 고정이 되고 타이틀도 고정이 되어 좋긴한데...
그림처럼 스크롤바가 본문에 겹치게 되네요...
scrolling 을 auto 로 하면 겹치지는 않는데 가로스크롤바가 안생기는 화면에서도 자동으로 생기고...
yes 로 하면 본문에 겹치고...
도움 좀 부탁드립니다.
타이틀 및 주소고정 index.html 좀 봐주세요
2008.04.28 10:04
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title> TITLE </title>
</head>
<frameset rows="0, *" border="0">
<frame>
<frame scrolling="yes" marginwidth="0" marginheight="0" src="/zbxe/">
</frameset>
</html>
이렇게 index.html 만들어서 최상위에 두면 주소도 고정이 되고 타이틀도 고정이 되어 좋긴한데...
그림처럼 스크롤바가 본문에 겹치게 되네요...
scrolling 을 auto 로 하면 겹치지는 않는데 가로스크롤바가 안생기는 화면에서도 자동으로 생기고...
yes 로 하면 본문에 겹치고...
도움 좀 부탁드립니다.
댓글 3
-
Mr.밥통
2008.04.28 11:09
사이트 주소를 남겨주세요 -
zheae
2008.05.12 20:32
-
dhseo
2008.05.28 11:10
제가 사용중인 노프레임 테그입니다.
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>ㅌㅌ</title>
</head><frameset rows='*' border='0'>
<frame name='_main' src="/xx/">
<noframes>
<p></p>
</noframes>
</frameset>
</html>