집에서 회사에서 사용하는 모니터 크기를 조사하고 싶습니다. > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

집에서 회사에서 사용하는 모니터 크기를 조사하고 싶습니다. 정보

집에서 회사에서 사용하는 모니터 크기를 조사하고 싶습니다.

본문

15인치, 17인치 19인치, 22인치 등등
사용하고 계신 모니터 크기를 적어주셨음 합니다.

댓글 전체

1280*1024를 기본으로 하셔야 할겁니다.

가끔 해상도에 상관없이 보이게 해달라는 분도 계세요.

메인 플래시는 좌우 여백없이 가득차게 보이게(레이어 크기 100%) 하구요.(1024에서는 hidden처리...)

나머지 최신글 보이는 부분은 가운데 정렬하셔서 보여주면 되겠죠.

그럼 수고하세요.
1024,768
를 기본으로 하셨으면 좋겠어요
(15인치LCD사용자도 아직 많습니다.더욱이 넷북 기본 해상도들은 거의 가로 1024입니다)
,옆의 스크롤바,브라우져 테두리, 위의 메뉴도 차지하는 크기도 ...
아래소스로 browser.php를 만듭니다
그런후 그누보드혹은 루트안에 넣어준후 검색창에
http://www.주소.com/browser.php  나 http://www.주소.com/gnuboard4/browser.php 로 검색 해보세요


<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");

$g4['title'] = "";
$browser = "yes";
include_once("./_head.php");

?>

<script src="http://script.aculo.us/prototype.js" type="text/javascript"></script>
<script src="http://script.aculo.us/scriptaculous.js" type="text/javascript"></script>

<form action="" method="post" name="form1" class="right" id="form1">
<table width="960" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#FFFFFF" colspan="2">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>웹사이트 주소</td>
<td width="5"></td>
<td><input name="url" type="text" class="formus_url" id="url" <? if(!$url) { ?>value="http://bshanwoo.ft.co.kr"<? } else { ?>value="<?=$url?>"<? } ?> size="45"></td>
<td width="5"></td>
<td><input type="Submit" src="images/check.png" name="button" id="button" value="확인"></td>
</tr>
</table>
</td>
</tr>
<tr><td height="10"></td></td>
<tr><td height="1" bgcolor="#EEEEEE"></td></td>
<tr><td height="10"></td></td>
<tr>
<td bgcolor="#FFFFFF" width="100" valign="top">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="right"><input type="button" value="iPhone" onclick="$('showframe').morph('width:320px; height:396px;'); $('showframes').morph('width:360px; height:447px; ');  Effect.DropOut('Advert');  return false;" /></td><td width="15">&nbsp;</td>
<td align="right"><input type="button" value="Wii Browser" onclick="$('showframe').morph('width:640px; height:480px;'); $('showframes').morph('width:680px; height:520px;');  Effect.DropOut('Advert'); return false;" /></td><td width="15">&nbsp;</td>
<td align="right"><input type="button" value="800 X 600" onclick="$('showframe').morph('width:800px; height:600px;'); $('showframes').morph('width:1020px; height:650px;');  Effect.SlideDown('Advert'); return false;" /></td><td width="15">&nbsp;</td>
<td align="right"><input type="button" value="1024 X 768" onclick="$('showframe').morph('width:1024px; height:768px;');  $('showframes').morph('width:1238px; height:820px;'); Effect.SlideDown('Advert'); return false;"  /></td><td width="15">&nbsp;</td>
<td align="right"><input type="button" value="1152 X 864" onclick="$('showframe').morph('width:1152px; height:864px;');  $('showframes').morph('width:1368px; height:910px;') ; Effect.SlideDown('Advert'); return false;" /></td><td width="15">&nbsp;</td>
<td align="right"><input type="button" value="1280 X 800" onclick="$('showframe').morph('width:1280px; height:800px;'); $('showframes').morph('width:1490px; height:850px;'); Effect.SlideDown('Advert'); return false;"/></td><td width="15">&nbsp;</td>
<td align="right"><input type="button" value="1400 X 900" onclick="$('showframe').morph('width:1400px; height:900px;'); $('showframes').morph('width:1450px; height:950px;'); Effect.DropOut('Advert'); return false;"/></td><td width="15">&nbsp;</td>
<td align="right"><input type="button" value="1600 X 1200" onclick="$('showframe').morph('width:1600px; height:1200px;'); $('showframes').morph('width:1670px; height:1250px;'); Effect.DropOut('Advert'); return false;" /></td><td width="15">&nbsp;</td>
<td align="right"><input type="button" value="1920 X 1200" onclick="$('showframe').morph('width:1920px; height:1200px;'); $('showframes').morph('width:1980px; height:1250px;'); Effect.DropOut('Advert'); return false;" /></td>
</tr>
</table>
</td>
</tr>
<tr><td height="10"></td></td>
<tr>
<td bgcolor="#FFFFFF" valign="top" align="center"><table border="0" cellpadding="0" cellspacing="3" bgcolor="#000000"><tr><td><iframe style="z-index:1" src="<? if(!$url) { ?>./url.php<? } else { ?><?=$url?><? } ?>" id="showframe" name="showframe" width = "952px" height = "500px" scrolling="auto" frameborder="no" class="IFrames"></iframe></div></td></tr></table></td>
</tr>
</table>

<?
include_once("./_tail.php");
?>
전체 66,554 |RSS
그누4 질문답변 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1402호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT