묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
프레임 나눌때 가로 스크롤을 없애고 싶습니다.
2004.03.02 13:18
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<title>무제 문서</title>
</head>
<frameset rows="20,*" frameborder="NO" border="0" framespacing="0">
<frame src="noname1.html" name="topFrame" scrolling="NO" noresize >
<frame src="noname2.html" name="mainFrame">
</frameset>
<noframes><body>
</body></noframes>
</html>
이런 식으로 나눠 쓰고 싶습니다. 그런데 이상한 것은 noname2.html 에 가로 크기가 900px 짜리의 테이블이 있는데 화면이 넘어가지도 않는데 가로스크롤까지 나온다는 것입니다.
이 가로스크롤을 없애보려고 style 의 overflow 를 써보기도 했는데 도저히 안되서 질문 올립니다.
저 가로 스크롤을 없앨 수 있는 방법이 없을까요?
좀 도와주십시요.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<title>무제 문서</title>
</head>
<frameset rows="20,*" frameborder="NO" border="0" framespacing="0">
<frame src="noname1.html" name="topFrame" scrolling="NO" noresize >
<frame src="noname2.html" name="mainFrame">
</frameset>
<noframes><body>
</body></noframes>
</html>
이런 식으로 나눠 쓰고 싶습니다. 그런데 이상한 것은 noname2.html 에 가로 크기가 900px 짜리의 테이블이 있는데 화면이 넘어가지도 않는데 가로스크롤까지 나온다는 것입니다.
이 가로스크롤을 없애보려고 style 의 overflow 를 써보기도 했는데 도저히 안되서 질문 올립니다.
저 가로 스크롤을 없앨 수 있는 방법이 없을까요?
좀 도와주십시요.