묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
1024,768 화면에 꽉 차게 (여백문제)
2004.03.29 15:23
홈페이지 만드는데 해상도는 1024, 768 이거든요
<html>
<head>
<title>제목없음</title>
<style type="text/css">
<!--
body,table,tr,td,select,input,div,form,textarea {font-family:굴림; font-size:9pt; line-height:150%}
-->
</style>
</head>
<body leftmargin=0 marginwidth=0 topmargin=0 marginheight=0>
이렇게 한 다음에요
테이블을 만들어서 꽉 차게 하려고 하는데
테이블 크기를 얼마만하게 해야 꽉 찰지 모르겠어요
대략 <table border=0 cellspacing=0 cellpadding=0 width=1000 height=600> 이정도 크기로 했더니
처음 페이지 주소만 쳐서 들어가면 가로,세로 스크롤바가 생기는데
새로고침을 누르면 안 생기더라구요
스크롤바 생기지 않게 꽉 차게 하려면 크기가 얼마만해야 하나요??
<html>
<head>
<title>제목없음</title>
<style type="text/css">
<!--
body,table,tr,td,select,input,div,form,textarea {font-family:굴림; font-size:9pt; line-height:150%}
-->
</style>
</head>
<body leftmargin=0 marginwidth=0 topmargin=0 marginheight=0>
이렇게 한 다음에요
테이블을 만들어서 꽉 차게 하려고 하는데
테이블 크기를 얼마만하게 해야 꽉 찰지 모르겠어요
대략 <table border=0 cellspacing=0 cellpadding=0 width=1000 height=600> 이정도 크기로 했더니
처음 페이지 주소만 쳐서 들어가면 가로,세로 스크롤바가 생기는데
새로고침을 누르면 안 생기더라구요
스크롤바 생기지 않게 꽉 차게 하려면 크기가 얼마만해야 하나요??
댓글 2
-
cocoroo
2004.03.29 16:07
테이블 가로와 세로 크기를 픽셀로 정하지 말고 퍼센트로 정해보세요(100%) -
젤군
2004.03.29 22:34
<table border=0 cellspacing=0 cellpadding=0 width=100% height=100%>로 하시면... 익스플로러의 화면 크기에 따라 테이블 크기가 변해집니다...