모바일브라우저에서 그누보드 100% 고정하는법..
http://www.itoba.co.kr/main/bbs/write.php?bo_table=M_order
게시판 글쓰기 페이지입니다.
모바일브라우저에서 가운데 정렬로 게시판을 100% 보는 방법은 없을까요?!
게시판 글쓰기 페이지입니다.
모바일브라우저에서 가운데 정렬로 게시판을 100% 보는 방법은 없을까요?!
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 9개
<table width="320" align="center" cellpadding=0 cellspacing=0>
가로를 100%수정하세요.
<table width="320" align="center" cellpadding=0 cellspacing=0>
이렇게 지정하신 부분을 100%로 바꿔야 하지 않을까요?..^^..
<div style="width:320px; margin:0 auto;">
<table width="100%" align="center" cellpadding=0 cellspacing=0>
테이블에만 100%로 변경하셨네요..^^..
위에 div 하위로 들어가는 테이블인데 div 넓이가 320px면 테이블 100%도 320px 이겠지요.^^..
<div style="width:100%; <-- 이부분도 변경해 주셔야 해요..^^
이거 한번 추가해보세요~