묻고답하기
도메인 접속시 가로 스크롤 현상
2008.05.17 11:35
1. 도메인 접속시 가로 스크롤
index.html 소스는 아래와 같습니다.
<html lang="{Context::getLangType()}" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<title>썬볼(LG CNS Baseball Club)</title>
</head>
<frameset rows="0%,100%" cols="*" border="0" framespacing="0">
<frame src="" scrolling="NO" frameborder="NO" name="no">
<frame src="/zbxe/" frameborder="NO" name="main" marginwidth="0" marginheight="0" scrolling="auto">
</frameset>
<noframes>
</noframes>
<body>
</body>
</html>
2. 도메인 접속시 zbxe로 이동하면 가로 스크롤 생기지 않습니다
<html lang="{Context::getLangType()}" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<title>썬볼(LG CNS Baseball Club)</title>
</head>
<meta http-equiv="refresh" content="0; url=http://lgleague.com/zbxe/">
</html>
3. 제로보드 4버전에서 같은 index.html 을 사용했었는데 이상없이 잘 되었는데 xe버전에서 이상하게 가로 스크롤이 생깁니다.
어디가 문제일까요?
댓글 2
-
老姜君
2008.05.17 20:00
프레임 말고 php 헤더나 스크립트로 zbxe로 연결해 보세요. -
궁금이
2008.05.20 01:38
프레임 말고 php 헤더나 스크립트로 zbxe로 연결은 어떻게 하는거죠?