묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
테이블이 정렬이 안맞습니다.
2004.04.27 15:19
아래는 소스고요.
<?
$_zb_url = "../bbs";
$_zb_path = "c:/kebihome/myhome/bbs/";
include $_zb_path."outlogin.php";
?>
<html>
<head>
<style>
td,textarea,input {font-family:tahoma,굴림;font-size:8pt;color:2f2f2f;line-height:160%}
select {font-family:tahoma;font-size:8pt;color:ffffff;line-height:160%;background-color:5A7DB5}
body {margin-top:20; margin-bottom:0;margin-right:0;margin-left:0}
body{
scrollbar-face-color:#eeeeee;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #EEEEEE;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #ffffff;
scrollbar-track-color: #f1f1f1;
scrollbar-arrow-color: #000000;
}
A:link {color:535353;text-decoration:none;}
A:visited {color:535353;text-decoration:none;}
A:active {color:535353;text-decoration:none;}
A:hover {color:898989;text-decoration:underline}
.submit {border:solid 1;border-color:eeeeee;font-family:tahoma;font-weight:bold;font-size:8pt;color:000000;background-color:cccccc;height:19px}
.input {border:solid 1;border-color:eeeeee;background-color:ffffff;height:19px}
.textarea {border:solid 1;border-color:eeeeee;background-color:white}
.l-eng {font-family:tahoma;font-size:7pt;color:2f2f2f}
.l-han {font-family:tahoma;font-size:8pt;color:BA8D7F}
.menu_link {text-decoration:none;font-family:tahoma;font-size:8pt;color:333333;font-weight:bold;}
.border {border:solid 1;border-color:eeeeee;border-width:1px}
.l-kor {font-family:tahoma;font-size:8pt}
.l_eng_ {font-family:tahoma;font-size:7pt;color:aaaaaa}
.l_copyright{font-family:tahoma;font-size:7pt;}
.l-han4 {font-family:tahoma;font-size:8pt;color:111111}
.menu_link {text-decoration:none;font-family:tahoma;font-size:8pt;color:333333;font-weight:bold;}
</style>
<link rel="stylesheet" href="../css/style.css" type="text/css">
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title></title>
<script language="JavaScript">
<!--
function na_restore_img_src(name, nsdoc)
{
var img = eval((navigator.appName == 'Netscape') ? nsdoc+'.'+name : 'document.all.'+name);
if (name == '')
return;
if (img && img.altsrc) {
img.src = img.altsrc;
img.altsrc = null;
}
}
function na_preload_img()
{
var img_list = na_preload_img.arguments;
if (document.preloadlist == null)
document.preloadlist = new Array();
var top = document.preloadlist.length;
for (var i=0; i < img_list.length; i++) {
document.preloadlist[top+i] = new Image;
document.preloadlist[top+i].src = img_list[i+1];
}
}
function na_change_img_src(name, nsdoc, rpath, preload)
{
var img = eval((navigator.appName == 'Netscape') ? nsdoc+'.'+name : 'document.all.'+name);
if (name == '')
return;
if (img) {
img.altsrc = img.src;
img.src = rpath;
}
}
//-->
</script>
</head>
<body OnLoad="na_preload_img(false, '../images/memu/free2.gif', '../images/memu/commonsense2.gif', '../images/memu/news2.gif', '../images/memu/fun2.gif');">
<table align="center" border="0" width="900">
<tr>
<td width="850" height="130" align="center" valign="top">
<a href="../bbs/zboard.php?id=free" OnMouseOut="na_restore_img_src('Free', 'document')" OnMouseOver="na_change_img_src('Free', 'document', '../images/memu/free2.gif', true);"><img src="../images/memu/free.gif" width="100" height="71" border="0" name="Free"></a>
<a href="../bbs/zboard.php?id=blog" OnMouseOut="na_restore_img_src('commonsense', 'document')" OnMouseOver="na_change_img_src('commonsense', 'document', '../images/memu/commonsense2.gif', true);"><img src="../images/memu/commonsense.gif" width="100" height="71" border="0" name="commonsense"></a>
<a href="../bbs/zboard.php?id=news" OnMouseOut="na_restore_img_src('news', 'document')" OnMouseOver="na_change_img_src('news'+ '+ ', 'document', '../images/memu/news2.gif', true);"><img src="../images/memu/news.gif" width="100" height="71" border="0" name="news"></a>
<a href="../bbs/zboard.php?id=fun" OnMouseOut="na_restore_img_src('fun', 'document')" OnMouseOver="na_change_img_src('fun', 'document', '../images/memu/fun2.gif', true);"><img src="../images/memu/fun.gif" width="100" height="71" border="0" name="fun"></a>
</td>
</tr>
<tr>
<td width="114" height="295" align="center" valign="top">
<? print_outlogin("f2plus_login_gray", 2, 10) ?>
</td>
<td width="718" height="295" align="center" valign="top">
여기까지가 헤더소스입니다.
그런데 이상하게도 룰오버이미지사용시키기전에는 이미지와 게시판이 잘 정렬이
룰오버 이미지를 사용하니깐 정렬이 잘 안맞습니다.
소스 부탁이요.
<?
$_zb_url = "../bbs";
$_zb_path = "c:/kebihome/myhome/bbs/";
include $_zb_path."outlogin.php";
?>
<html>
<head>
<style>
td,textarea,input {font-family:tahoma,굴림;font-size:8pt;color:2f2f2f;line-height:160%}
select {font-family:tahoma;font-size:8pt;color:ffffff;line-height:160%;background-color:5A7DB5}
body {margin-top:20; margin-bottom:0;margin-right:0;margin-left:0}
body{
scrollbar-face-color:#eeeeee;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #EEEEEE;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #ffffff;
scrollbar-track-color: #f1f1f1;
scrollbar-arrow-color: #000000;
}
A:link {color:535353;text-decoration:none;}
A:visited {color:535353;text-decoration:none;}
A:active {color:535353;text-decoration:none;}
A:hover {color:898989;text-decoration:underline}
.submit {border:solid 1;border-color:eeeeee;font-family:tahoma;font-weight:bold;font-size:8pt;color:000000;background-color:cccccc;height:19px}
.input {border:solid 1;border-color:eeeeee;background-color:ffffff;height:19px}
.textarea {border:solid 1;border-color:eeeeee;background-color:white}
.l-eng {font-family:tahoma;font-size:7pt;color:2f2f2f}
.l-han {font-family:tahoma;font-size:8pt;color:BA8D7F}
.menu_link {text-decoration:none;font-family:tahoma;font-size:8pt;color:333333;font-weight:bold;}
.border {border:solid 1;border-color:eeeeee;border-width:1px}
.l-kor {font-family:tahoma;font-size:8pt}
.l_eng_ {font-family:tahoma;font-size:7pt;color:aaaaaa}
.l_copyright{font-family:tahoma;font-size:7pt;}
.l-han4 {font-family:tahoma;font-size:8pt;color:111111}
.menu_link {text-decoration:none;font-family:tahoma;font-size:8pt;color:333333;font-weight:bold;}
</style>
<link rel="stylesheet" href="../css/style.css" type="text/css">
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title></title>
<script language="JavaScript">
<!--
function na_restore_img_src(name, nsdoc)
{
var img = eval((navigator.appName == 'Netscape') ? nsdoc+'.'+name : 'document.all.'+name);
if (name == '')
return;
if (img && img.altsrc) {
img.src = img.altsrc;
img.altsrc = null;
}
}
function na_preload_img()
{
var img_list = na_preload_img.arguments;
if (document.preloadlist == null)
document.preloadlist = new Array();
var top = document.preloadlist.length;
for (var i=0; i < img_list.length; i++) {
document.preloadlist[top+i] = new Image;
document.preloadlist[top+i].src = img_list[i+1];
}
}
function na_change_img_src(name, nsdoc, rpath, preload)
{
var img = eval((navigator.appName == 'Netscape') ? nsdoc+'.'+name : 'document.all.'+name);
if (name == '')
return;
if (img) {
img.altsrc = img.src;
img.src = rpath;
}
}
//-->
</script>
</head>
<body OnLoad="na_preload_img(false, '../images/memu/free2.gif', '../images/memu/commonsense2.gif', '../images/memu/news2.gif', '../images/memu/fun2.gif');">
<table align="center" border="0" width="900">
<tr>
<td width="850" height="130" align="center" valign="top">
<a href="../bbs/zboard.php?id=free" OnMouseOut="na_restore_img_src('Free', 'document')" OnMouseOver="na_change_img_src('Free', 'document', '../images/memu/free2.gif', true);"><img src="../images/memu/free.gif" width="100" height="71" border="0" name="Free"></a>
<a href="../bbs/zboard.php?id=blog" OnMouseOut="na_restore_img_src('commonsense', 'document')" OnMouseOver="na_change_img_src('commonsense', 'document', '../images/memu/commonsense2.gif', true);"><img src="../images/memu/commonsense.gif" width="100" height="71" border="0" name="commonsense"></a>
<a href="../bbs/zboard.php?id=news" OnMouseOut="na_restore_img_src('news', 'document')" OnMouseOver="na_change_img_src('news'+ '+ ', 'document', '../images/memu/news2.gif', true);"><img src="../images/memu/news.gif" width="100" height="71" border="0" name="news"></a>
<a href="../bbs/zboard.php?id=fun" OnMouseOut="na_restore_img_src('fun', 'document')" OnMouseOver="na_change_img_src('fun', 'document', '../images/memu/fun2.gif', true);"><img src="../images/memu/fun.gif" width="100" height="71" border="0" name="fun"></a>
</td>
</tr>
<tr>
<td width="114" height="295" align="center" valign="top">
<? print_outlogin("f2plus_login_gray", 2, 10) ?>
</td>
<td width="718" height="295" align="center" valign="top">
여기까지가 헤더소스입니다.
그런데 이상하게도 룰오버이미지사용시키기전에는 이미지와 게시판이 잘 정렬이
룰오버 이미지를 사용하니깐 정렬이 잘 안맞습니다.
소스 부탁이요.