홈페이지 만들고있는데요 ㅠ
본문
http://rajeongju2.godohosting.com/
여기서 메뉴들 누르면 화면이 조금 왼쪽으로 움직이는데 어떻게해야할까여...
index.php 파일인데 head.php / tail.php 윗부분 아랫부분 나누는걸 잘몰라서...하긴했는데
head 부분을 어디서부터 어디까지 짤라야하는지를 모르겠네여..
1. 메뉴클릭시에 화면이 왼쪽으로 조금 움직이는거 어떻게해야할까여..
2. index.php 파일에서 head / tail 이두개 부분 어디서부터 어디까지 짤라야하나여..ㅠㅠ
<?
include_once("./_common.php");
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("$g4[path]/lib/outlogin.lib.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>트라이앵글</title>
<style type="text/css">
body {
background-color: #303030;
background-image: url();
}
</style>
</head>
<body>
<div align="center">
<table width="1100" height="389" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="969" height="184" align="left" valign="top"><table width="1110" height="184" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" align="left" valign="top">
<img src="/img/try_01.jpg" />
</td>
</tr>
<tr>
<td width="110" rowspan="2" align="left" valign="top"><img src="/img/try_02.gif" /></td>
<td width="1000" align="left" valign="top"><img src="/img/try_03.jpg" /></td>
</tr>
<tr>
<td align="left" valign="top"><a href="http://rajeongju2.godohosting.com/"><img src="/img/try_04.jpg" border="0" /></a><a href="http://rajeongju2.godohosting.com/bbs/board.php?bo_table=notice"><img src="/img/try_05.jpg" border="0" /></a><a href="http://rajeongju2.godohosting.com/bbs/board.php?bo_table=guest"><img src="/img/try_06.jpg" border="0" /></a><a href="http://rajeongju2.godohosting.com/bbs/board.php?bo_table=party"><img src="/img/try_07.jpg" border="0" /></a><a href="http://rajeongju2.godohosting.com/bbs/board.php?bo_table=07_5_1"><img src="/img/try_08.jpg" border="0" /></a><a href="http://rajeongju2.godohosting.com/bbs/board.php?bo_table=clubmusic"><img src="/img/try_09.jpg" border="0" /></a><a href="http://rajeongju2.godohosting.com/bbs/board.php?bo_table=freeboard"><img src="/img/try_10.jpg" border="0" /></a><a href="http://rajeongju2.godohosting.com/bbs/board.php?bo_table=cscenter"><img src="/img/try_11.jpg" border="0" /></a><?echo outlogin("q_outlogin_01_2"); ?></td>
</tr>
</table></td>
<td width="131" rowspan="4" align="left" valign="top"><table width="110" border="0" cellspacing="0" cellpadding="0">
<tr>
<tr>
<td height="85" align="left" valign="top"><table width="131" border="0" cellspacing="0" cellpadding="0">
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td height="210" align="center" valign="top" bgcolor="#303030"><table width="200" height="25" border="0" cellpadding="0" cellspacing="0">
<tr>
<td></td>
</tr>
</table>
<table width="923" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="654" height="300" align="left" valign="top" bgcolor="#303030"><?=latest("dok.mnBn", "party", 5, 20); // 메인 넘버링 오토 카우셀 중앙베너 ?></td>
<td width="270" height="300" colspan="2" align="left" valign="top" bgcolor="#303030"><table width="302" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="9" height="299"> </td>
<td width="295" align="left" valign="top"><?=latest("ljj", "notice", 5, 45);?></td>
</tr>
</table></td>
</tr>
<tr>
<td height="300" colspan="3" align="left" valign="top" bgcolor="#303030"><table width="10" border="0" cellpadding="0" cellspacing="0">
<tr>
<td></td>
</tr>
</table>
<table width="911" height="272" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td width="325" height="272" align="left" valign="top"><?=latest("ljj2", "notice", 5, 60);?></td>
<td width="325" align="left" valign="top"><?=latest("ljj2", "notice", 5, 60);?></td>
<td width="260" align="left" valign="top"><?=latest("ljj", "notice", 5, 45);?></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td height="30" align="center" valign="top"><img src="/img/banner.jpg" /></td>
</tr>
</table>
</div>
</body>
</html>
답변 2
모니터 사이즈가 어떻게 되세요?
혹시 우측 스크롤바가 나타났다 사라졌다 하면서 움직이는건 아닌가요?
만약 그렇다면
<body> 태그 에 style="overflow-x:hidden;"> 을 넣어주시거나
css 에 body { overflow-x:hidden; } 을 넣어주세요.
현재 크롬으로 확인해 보니 문제없어 보입니다.
익스플로러에서도 문제 없어 보입니다.
답변을 작성하시기 전에 로그인 해주세요.