코딩 중인데, 아무리해도 화면에 꽉차게 안보여요ㅜㅜ
꼼지
div id=wrap으로 전체를 감싼다음에 100%를 주었는데도,
모니터에서 보면 오른쪽이 잘려있네요..
이 방법이 틀린건지ㅜㅜ
모니터마다 안잘리고 꽉차게 보이려면 여기에서 어떡해야할까요?
도움 좀 부탁드려요--------------------------------------------------------------------------------------style type=text/css
img{border:none;}
#wrap{position:relative; width:100%; height:100%;}
#header{position:relative;left:527px; top:157px; width:244px; height:64px;}
#visual_wrap{position:absolute; left:0px; top:223px; width:1700px; height:351px;}
#visual_img{position:absolute; left:492px; top:36px; width:316px; height:217px;}
#visual_login{position:absolute; left:855px; top:57px; width:372px; height:249px;}
#bottom{position:relative; left:491px; top:520px; width:1209px; height:151px;}
/style
/head
body
div id=wrap
div id=header
img src=images/intro_logo.png width=244 height=46 /
/div
div id=visual_wrap
img src=images/intro_line.png /br /
img src=images/intro_bg.jpg width=100% height=351 /br /
img src=images/intro_line.png /
div id=visual_img
img src=images/intro_img.png width=316 height=270 /
/div
div id=visual_login
!--visual_login table--
table width=372 border=0
tr
tdimg src=images/intro_text.png width=372 height=104 //td
/tr
tr
td
table width=332px border=0 cellpadding=0
tr
td height=21px colspan=3 /td
/tr
tr
td width=51pximg src=images/id_text.png width=44 height=27 //td
td width=150pximg src=images/id_input.png width=143 height=27 //td
td width=123px rowspan=2img src=images/login_button.png width=120 height=55 //td
/tr
tr
td width=51pximg src=images/pw_text.png width=44 height=28 //td
tdimg src=images/pw_input.png width=143 height=28 //td
/tr
/table
/td
/tr
tr
td
table width=298px border=0 cellpadding=0 cellspacing=0
tr
td height=21px colspan=3 /td
/tr
tr
td width=16px/td
td width=191pximg src=images/idpw_text.png width=160 height=20 //td
td width=89pximg src=images/idpw_button.png width=86 height=20 //td
/tr
tr
td width=16px/td
tdimg src=images/join_text.png width=160 height=19 //td
tdimg src=images/join_button.png width=86 height=19 //td
/tr
/table
/td
/tr
/table
!--//visual_login table--
/div
!--//visual_login--
/div
!--//visual_wrap--
div id=bottom
img src=images/bottom_img1.png width=239 height=131 /
img src=images/bottom_bar.png width=6 height=131 /
img src=images/bottom_img2.png width=216 height=131 /
img src=images/bottom_bar.png width=6 height=131 /
img src=images/bottom_img3.png width=227 height=131 /
/div
/div
/body
/html