초보자 도와주실분 꼭찾습니다. 정보
초보자 도와주실분 꼭찾습니다.본문
테이블 상 중 하 로 나눠서
중에 아이프레임 삽입했고
테이블 상중에 셀로 그누보드 로그인 삽입했는데요.
로그인 픽셀이 250x150 이라서 딱맞춰서 하고 싶은데
무슨 이유인지 자꾸 밑에 여백이 남네요.
테이블 셀속성으로 250x150 맞춰도 무시하고
아웃로그인 스킨중에 outlogin.skin1.php/outlogin.skin2.php 들여다봐도 답이안나오네요
혹시나해서 php안에 폼필드 삽입해서 사이즈조정해도 웹페이지 상에서는 처음과같아요 왜그럴까요.
아웃로그인 스킨1번 파일 outlogin.skin1.php
<meta name="generator" content="Namo WebEditor(Trial)">
<?
/**
* Bechu-Outlogin Skin for Gnuboard4
*
* Copyright (c) 2008 Choi Jae-Young <www.miwit.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA *** 개인정보보호를 위한 전화번호 노출방지 *** USA
*/
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if ($g4['https_url']) {
$outlogin_url = $_GET['url'];
if ($outlogin_url) {
if (preg_match("/^\.\.\//", $outlogin_url)) {
$outlogin_url = urlencode($g4[url]."/".preg_replace("/^\.\.\//", "", $outlogin_url));
}
else {
$purl = parse_url($g4[url]);
if ($purl[path]) {
$path = urlencode($purl[path]);
$urlencode = preg_replace("/".$path."/", "", $urlencode);
}
$outlogin_url = $g4[url].$urlencode;
}
}
else {
$outlogin_url = $g4[url];
}
}
else {
$outlogin_url = $urlencode;
}
?>
<form name="flogin" method="post" action="javascript:flogin_submit(document.flogin);" autocomplete="off">
<input type="hidden" name="url" value="<?=$url?>">
<div id="loginon">
<div class="table">
<div class="table1">
<div class="text">보안접속 <font color="8BAEFF">ON</font> <font color="828687">|</font> 키보드보안</div>
<div class="click"><input type="checkbox" value="1" onclick="if (this.checked) { if (confirm('자동로그인을 사용하시면 다음부터 회원아이디와 패스워드를 입력하실 필요가 없습니다.\n\n\공공장소에서는 개인정보가 유출될 수 있으니 사용을 자제하여 주십시오.\n\n자동로그인을 사용하시겠습니까?')) { this.checked = true; } else { this.checked = false; } }"></div>
<div class="ID"><input name="mb_id" type="text" class=ed size="12" maxlength="20" style="width:152px; height:22px; border:1px solid #4A4E4F; background-color:#5c6061;"></div>
<div class="PW"><input name="mb_password" type="password" class=ed size="12" maxlength="20" style="width:152px; height:22px; border:1px solid #4A4E4F; background-color:#5c6061;"></div>
<div class="img"><input type="image" src="<?=$outlogin_skin_path?>/img/login_button.gif"></div>
<div class="text1"><a href="<?=$g4[bbs_path]?>/register.php"><font color="#D3D3D3">회원가입</font></a> <font color="828687">|</font> <a href="javascript:win_password_lost();"><font color="#D3D3D3">아이디찾기</font></a> <font color="828687">|</font> <a href="javascript:win_password_lost();"><font color="#D3D3D3">비밀번호 찾기</font></a></div>
<div class="MM"></div>
<div class="MM1"></div>
<div class="text6"><font color="#8BAEFF">▶</font><b>공지</b> 가보잡기 체험서비스 오픈안내</div>
</form>
</div>
</div>
<!-- 로그인 전 외부로그인 끝 -->
<script type="text/javascript">
document.getElementById("mb_id").onfocus = function() { mw_outlogin_focus_id(this); }
document.getElementById("mb_id").onblur = function() { mw_outlogin_blur_id(this); }
document.getElementById("mb_password").onfocus = function() { mw_outlogin_focus_pw(this); }
document.getElementById("mb_password").onblur = function() { mw_outlogin_blur_pw(this); }
document.getElementById("mb_password").onblur = function() { mw_outlogin_blur_pw(this); }
document.getElementById("auto_login").onclick = function() { mw_outlogin_auto(this); }
function mw_outlogin_focus_id(obj) {
if (obj.value == "아이디") {
obj.value = "";
}
//obj.style.border = "1px solid #bebebe";
obj.style.border = "1px solid #4a4e4f";
}
function mw_outlogin_blur_id(obj) {
if (obj.value == "") {
obj.value = "아이디";
}
obj.style.border = "1px solid #4a4e4f";
}
function mw_outlogin_focus_pw(obj) {
if (obj.value == "") {
obj.style.background = "#5c6061";
}
//obj.style.border = "1px solid #bebebe";
obj.style.border = "1px solid #4a4e4f";
}
function mw_outlogin_blur_pw(obj) {
if (obj.value == "") {
obj.style.background = "url(<?=$outlogin_skin_path?>/img/outlogin_pw.gif) no-repeat";
}
obj.style.border = "1px solid #4a4e4f";
}
function mw_outlogin_auto(obj) {
if (obj.checked) {
if (confirm("자동로그인을 사용하시면 다음부터 회원아이디와 패스워드를 입력하실 필요가 없습니다.\n\n\공공장소에서는 개인정보가 유출될 수 있으니 사용을 자제하여 주십시오.\n\n자동로그인을 사용하시겠습니까?")) {
obj.checked = true;
} else {
obj.checked = false;
}
}
}
function flogin_submit(f)
{
if (!f.mb_id.value) {
alert("회원아이디를 입력하십시오.");
f.mb_id.focus();
return;
}
if (!f.mb_password.value) {
alert("패스워드를 입력하십시오.");
f.mb_password.focus();
return;
}
<?
if ($g4[https_url])
echo "f.action = '$g4[https_url]/$g4[bbs]/login_check.php';";
else
echo "f.action = '$g4[bbs_path]/login_check.php';";
?>
f.submit();
}
function useLevel(levelno) {
if (levelno == 1) {
document.getElementById("lv1_img").src="<?=$outlogin_skin_path?>/img/btn_1_on.gif";
document.getElementById("lv2_img").src="<?=$outlogin_skin_path?>/img/btn_2_off.gif";
document.getElementById("lv3_img").src="<?=$outlogin_skin_path?>/img/btn_3_off.gif";
document.getElementById("login_level").innerHTML = "<B><img src=<?=$outlogin_skin_path?>/img/h_security1.gif></B>";
} else if (levelno == 2) {
document.getElementById("lv1_img").src="<?=$outlogin_skin_path?>/img/btn_1_off.gif";
document.getElementById("lv2_img").src="<?=$outlogin_skin_path?>/img/btn_2_on.gif";
document.getElementById("lv3_img").src="<?=$outlogin_skin_path?>/img/btn_3_off.gif";
document.getElementById("login_level").innerHTML = "<B><img src=<?=$outlogin_skin_path?>/img/h_security2.gif></B>";
} else if (levelno == 3) {
document.getElementById("lv2_img").src="<?=$outlogin_skin_path?>/img/btn_2_off.gif";
document.getElementById("lv3_img").src="<?=$outlogin_skin_path?>/img/btn_3_on.gif";
document.getElementById("login_level").innerHTML = "<B><img src=<?=$outlogin_skin_path?>/img/h_security3.gif></B>";
}
}
function loginIp(id)
{
if (id == 'On') {
document.getElementById("login_ip").innerHTML = "<a href=\"javascript:loginIp('Off');\" class='ip_type1 bold' style='font-size:8pt;color:#00a8fe; font-family:tahoma;'><B>ON</a></B>";
} else {
document.getElementById("login_ip").innerHTML = "<a href=\"javascript:loginIp('On');\" class='' style='font-size:8pt;color:#00a8fe; font-family:tahoma;'><B>OFF</a></B>";
}
}
</script>
<!-- 로그인 전 외부로그인 끝 -->
<style>
#loginon .table { border:1px solid #44474B; width:249px; height:144px;}
#loginon .table1 { border:1px solid #818586; width:248px; height:143px; background-color:#717576;}
#loginon .text { position:absolute; margin:10px 0 0 14px; color:ffffff; font-size:11px; color:C9C9C9;}
#loginon .click { position:absolute; margin:6px 0 0 150px; border:0px;}
#loginon .ID { position:absolute; margin:35px 0 0 7px;}
#loginon .PW { position:absolute; margin:60px 0 0 7px; }
#loginon .img { position:absolute; margin:36px 0 0 170px; }
#loginon .text1 { position:absolute; margin:90px 0 0 14px; color:#D3D3D3; font-size:11px;}
#loginon .MM { position:absolute; margin:95px 0 0 14px; border-bottom:1px solid #595B5C; width:220px; }
#loginon .MM1 { position:absolute; margin:96px 0 0 14px; border-bottom:1px solid #828687; width:220px; }
#loginon .text6 { position:absolute; margin:120px 0 0 14px; color:#D3D3D3; font-size:11px; }
#loginon .dasdassda { position:absolute; margin:50px 0 0 28px; }
</style>
아웃로그인 스킨2번 파일 outlogin.skin2.php
<meta name="generator" content="Namo WebEditor(Trial)">
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<!-- 로그인 후 외부로그인 시작 -->
<div id="login">
<div class="table">
<div class="table1">
<div class="MM"></div>
<div class="MM1"></div>
<div class="MM2"></div>
<div class="MM3"></div>
<div class="text"><b><?=$nick?></b> <font color="D3D3D3">님</font></div>
<div class="img"><a href="<?=$g4['bbs_path']?>/logout.php"><img src="<?=$outlogin_skin_path?>/img/logout_button.gif" border="0" /></a></div>
<div class="text1"><a href="<?=$g4['bbs_path']?>/member_confirm.php?url=register_form.php"><font color="#d3d3d3">내정보</font></a> <font color="#828687">|</font> <a href="javascript:win_point();"><font color="#D3D3D3">내포인트</font></a></div>
<div class="table3">
<div class="text2"><font color="FFA300"><?=$point?></font> <font color="BBBBBB">P</font></div>
<div class="img1"><a href="#"><img src="<?=$outlogin_skin_path?>/img/cg.gif" border="0" /></a></div>
</div>
<div class="text3"><a href="javascript:win_memo();"><font color="#D3D3D3">내쪽지</font></a></div>
<div class="table4" align="center"><?=$memo_not_read?></div>
<div class="text4"><font color="#828687">|</font> <a href="javascript:win_scrap();"><font color="#D3D3D3">스크랩</font></a></div>
<div class="text5"><font color="#828687">|</font> <a href="<?=$g4['path']?>/bbs/member_leave.php "><font color="#D3D3D3">회원탈퇴</font></a></div>
<div class="text6"><font color="#8BAEFF">▶</font><b>공지</b> 가보잡기 체험서비스 오픈안내</div>
</div>
</div>
</div>
<script type="text/javascript">
// 탈퇴의 경우 아래 코드를 연동하시면 됩니다.
function member_leave()
{
if (confirm("정말 회원에서 탈퇴 하시겠습니까?"))
location.href = "<?=$g4['bbs_path']?>/member_confirm.php?url=member_leave.php";
}
</script>
<!-- 로그인 후 외부로그인 끝 -->
<style>
#login .table { border:1px solid #44474B; width:249px; height:144px;}
#login .table1 { border:1px solid #818586; width:248px; height:143px; background-color:#717576;}
#login .MM { position:absolute; margin:13px 0 0 14px; border-bottom:1px solid #595B5C; width:220px; }
#login .MM1 { position:absolute; margin:14px 0 0 14px; border-bottom:1px solid #828687; width:220px; }
#login .text { position:absolute; margin:9px 0 0 14px; color:#ffffff; font-size:11px;}
#login .text1 { position:absolute; margin:40px 0 0 14px; color:#D3D3D3; font-size:11px; }
#login .table3 {position:absolute; margin:35px 0 0 115px; width:119px; height:25px; background-color:#6A6E6F;}
#login .text2 { position:absolute; margin:6px 0 0 6px; font-size:11px; }
#login .text3 { position:absolute; margin:80px 0 0 14px; color:#D3D3D3; font-size:11px; }
#login .table4 {position:absolute; margin:78px 0 0 50px; width:25px; height:10px; background-color:#6A6E6F; color:#FFA300; font-size:11px;}
#login .text4 { position:absolute; margin:78px 0 0 80px; color:#D3D3D3; font-size:11px; }
#login .text5 { position:absolute; margin:78px 0 0 128px; color:#D3D3D3; font-size:11px; }
#login .MM2 { position:absolute; margin:95px 0 0 14px; border-bottom:1px solid #595B5C; width:220px; }
#login .MM3 { position:absolute; margin:96px 0 0 14px; border-bottom:1px solid #828687; width:220px; }
#login .text6 { position:absolute; margin:120px 0 0 14px; color:#D3D3D3; font-size:11px; }
#login .img { position:absolute; margin:5px 0 0 185px; }
#login .img1 { position:absolute; margin:4px 0 0 85px; }
#login .dasdassda { position:absolute; margin:50px 0 0 28px; }
</style>
중에 아이프레임 삽입했고
테이블 상중에 셀로 그누보드 로그인 삽입했는데요.
로그인 픽셀이 250x150 이라서 딱맞춰서 하고 싶은데
무슨 이유인지 자꾸 밑에 여백이 남네요.
테이블 셀속성으로 250x150 맞춰도 무시하고
아웃로그인 스킨중에 outlogin.skin1.php/outlogin.skin2.php 들여다봐도 답이안나오네요
혹시나해서 php안에 폼필드 삽입해서 사이즈조정해도 웹페이지 상에서는 처음과같아요 왜그럴까요.
아웃로그인 스킨1번 파일 outlogin.skin1.php
<meta name="generator" content="Namo WebEditor(Trial)">
<?
/**
* Bechu-Outlogin Skin for Gnuboard4
*
* Copyright (c) 2008 Choi Jae-Young <www.miwit.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA *** 개인정보보호를 위한 전화번호 노출방지 *** USA
*/
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if ($g4['https_url']) {
$outlogin_url = $_GET['url'];
if ($outlogin_url) {
if (preg_match("/^\.\.\//", $outlogin_url)) {
$outlogin_url = urlencode($g4[url]."/".preg_replace("/^\.\.\//", "", $outlogin_url));
}
else {
$purl = parse_url($g4[url]);
if ($purl[path]) {
$path = urlencode($purl[path]);
$urlencode = preg_replace("/".$path."/", "", $urlencode);
}
$outlogin_url = $g4[url].$urlencode;
}
}
else {
$outlogin_url = $g4[url];
}
}
else {
$outlogin_url = $urlencode;
}
?>
<form name="flogin" method="post" action="javascript:flogin_submit(document.flogin);" autocomplete="off">
<input type="hidden" name="url" value="<?=$url?>">
<div id="loginon">
<div class="table">
<div class="table1">
<div class="text">보안접속 <font color="8BAEFF">ON</font> <font color="828687">|</font> 키보드보안</div>
<div class="click"><input type="checkbox" value="1" onclick="if (this.checked) { if (confirm('자동로그인을 사용하시면 다음부터 회원아이디와 패스워드를 입력하실 필요가 없습니다.\n\n\공공장소에서는 개인정보가 유출될 수 있으니 사용을 자제하여 주십시오.\n\n자동로그인을 사용하시겠습니까?')) { this.checked = true; } else { this.checked = false; } }"></div>
<div class="ID"><input name="mb_id" type="text" class=ed size="12" maxlength="20" style="width:152px; height:22px; border:1px solid #4A4E4F; background-color:#5c6061;"></div>
<div class="PW"><input name="mb_password" type="password" class=ed size="12" maxlength="20" style="width:152px; height:22px; border:1px solid #4A4E4F; background-color:#5c6061;"></div>
<div class="img"><input type="image" src="<?=$outlogin_skin_path?>/img/login_button.gif"></div>
<div class="text1"><a href="<?=$g4[bbs_path]?>/register.php"><font color="#D3D3D3">회원가입</font></a> <font color="828687">|</font> <a href="javascript:win_password_lost();"><font color="#D3D3D3">아이디찾기</font></a> <font color="828687">|</font> <a href="javascript:win_password_lost();"><font color="#D3D3D3">비밀번호 찾기</font></a></div>
<div class="MM"></div>
<div class="MM1"></div>
<div class="text6"><font color="#8BAEFF">▶</font><b>공지</b> 가보잡기 체험서비스 오픈안내</div>
</form>
</div>
</div>
<!-- 로그인 전 외부로그인 끝 -->
<script type="text/javascript">
document.getElementById("mb_id").onfocus = function() { mw_outlogin_focus_id(this); }
document.getElementById("mb_id").onblur = function() { mw_outlogin_blur_id(this); }
document.getElementById("mb_password").onfocus = function() { mw_outlogin_focus_pw(this); }
document.getElementById("mb_password").onblur = function() { mw_outlogin_blur_pw(this); }
document.getElementById("mb_password").onblur = function() { mw_outlogin_blur_pw(this); }
document.getElementById("auto_login").onclick = function() { mw_outlogin_auto(this); }
function mw_outlogin_focus_id(obj) {
if (obj.value == "아이디") {
obj.value = "";
}
//obj.style.border = "1px solid #bebebe";
obj.style.border = "1px solid #4a4e4f";
}
function mw_outlogin_blur_id(obj) {
if (obj.value == "") {
obj.value = "아이디";
}
obj.style.border = "1px solid #4a4e4f";
}
function mw_outlogin_focus_pw(obj) {
if (obj.value == "") {
obj.style.background = "#5c6061";
}
//obj.style.border = "1px solid #bebebe";
obj.style.border = "1px solid #4a4e4f";
}
function mw_outlogin_blur_pw(obj) {
if (obj.value == "") {
obj.style.background = "url(<?=$outlogin_skin_path?>/img/outlogin_pw.gif) no-repeat";
}
obj.style.border = "1px solid #4a4e4f";
}
function mw_outlogin_auto(obj) {
if (obj.checked) {
if (confirm("자동로그인을 사용하시면 다음부터 회원아이디와 패스워드를 입력하실 필요가 없습니다.\n\n\공공장소에서는 개인정보가 유출될 수 있으니 사용을 자제하여 주십시오.\n\n자동로그인을 사용하시겠습니까?")) {
obj.checked = true;
} else {
obj.checked = false;
}
}
}
function flogin_submit(f)
{
if (!f.mb_id.value) {
alert("회원아이디를 입력하십시오.");
f.mb_id.focus();
return;
}
if (!f.mb_password.value) {
alert("패스워드를 입력하십시오.");
f.mb_password.focus();
return;
}
<?
if ($g4[https_url])
echo "f.action = '$g4[https_url]/$g4[bbs]/login_check.php';";
else
echo "f.action = '$g4[bbs_path]/login_check.php';";
?>
f.submit();
}
function useLevel(levelno) {
if (levelno == 1) {
document.getElementById("lv1_img").src="<?=$outlogin_skin_path?>/img/btn_1_on.gif";
document.getElementById("lv2_img").src="<?=$outlogin_skin_path?>/img/btn_2_off.gif";
document.getElementById("lv3_img").src="<?=$outlogin_skin_path?>/img/btn_3_off.gif";
document.getElementById("login_level").innerHTML = "<B><img src=<?=$outlogin_skin_path?>/img/h_security1.gif></B>";
} else if (levelno == 2) {
document.getElementById("lv1_img").src="<?=$outlogin_skin_path?>/img/btn_1_off.gif";
document.getElementById("lv2_img").src="<?=$outlogin_skin_path?>/img/btn_2_on.gif";
document.getElementById("lv3_img").src="<?=$outlogin_skin_path?>/img/btn_3_off.gif";
document.getElementById("login_level").innerHTML = "<B><img src=<?=$outlogin_skin_path?>/img/h_security2.gif></B>";
} else if (levelno == 3) {
document.getElementById("lv2_img").src="<?=$outlogin_skin_path?>/img/btn_2_off.gif";
document.getElementById("lv3_img").src="<?=$outlogin_skin_path?>/img/btn_3_on.gif";
document.getElementById("login_level").innerHTML = "<B><img src=<?=$outlogin_skin_path?>/img/h_security3.gif></B>";
}
}
function loginIp(id)
{
if (id == 'On') {
document.getElementById("login_ip").innerHTML = "<a href=\"javascript:loginIp('Off');\" class='ip_type1 bold' style='font-size:8pt;color:#00a8fe; font-family:tahoma;'><B>ON</a></B>";
} else {
document.getElementById("login_ip").innerHTML = "<a href=\"javascript:loginIp('On');\" class='' style='font-size:8pt;color:#00a8fe; font-family:tahoma;'><B>OFF</a></B>";
}
}
</script>
<!-- 로그인 전 외부로그인 끝 -->
<style>
#loginon .table { border:1px solid #44474B; width:249px; height:144px;}
#loginon .table1 { border:1px solid #818586; width:248px; height:143px; background-color:#717576;}
#loginon .text { position:absolute; margin:10px 0 0 14px; color:ffffff; font-size:11px; color:C9C9C9;}
#loginon .click { position:absolute; margin:6px 0 0 150px; border:0px;}
#loginon .ID { position:absolute; margin:35px 0 0 7px;}
#loginon .PW { position:absolute; margin:60px 0 0 7px; }
#loginon .img { position:absolute; margin:36px 0 0 170px; }
#loginon .text1 { position:absolute; margin:90px 0 0 14px; color:#D3D3D3; font-size:11px;}
#loginon .MM { position:absolute; margin:95px 0 0 14px; border-bottom:1px solid #595B5C; width:220px; }
#loginon .MM1 { position:absolute; margin:96px 0 0 14px; border-bottom:1px solid #828687; width:220px; }
#loginon .text6 { position:absolute; margin:120px 0 0 14px; color:#D3D3D3; font-size:11px; }
#loginon .dasdassda { position:absolute; margin:50px 0 0 28px; }
</style>
아웃로그인 스킨2번 파일 outlogin.skin2.php
<meta name="generator" content="Namo WebEditor(Trial)">
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<!-- 로그인 후 외부로그인 시작 -->
<div id="login">
<div class="table">
<div class="table1">
<div class="MM"></div>
<div class="MM1"></div>
<div class="MM2"></div>
<div class="MM3"></div>
<div class="text"><b><?=$nick?></b> <font color="D3D3D3">님</font></div>
<div class="img"><a href="<?=$g4['bbs_path']?>/logout.php"><img src="<?=$outlogin_skin_path?>/img/logout_button.gif" border="0" /></a></div>
<div class="text1"><a href="<?=$g4['bbs_path']?>/member_confirm.php?url=register_form.php"><font color="#d3d3d3">내정보</font></a> <font color="#828687">|</font> <a href="javascript:win_point();"><font color="#D3D3D3">내포인트</font></a></div>
<div class="table3">
<div class="text2"><font color="FFA300"><?=$point?></font> <font color="BBBBBB">P</font></div>
<div class="img1"><a href="#"><img src="<?=$outlogin_skin_path?>/img/cg.gif" border="0" /></a></div>
</div>
<div class="text3"><a href="javascript:win_memo();"><font color="#D3D3D3">내쪽지</font></a></div>
<div class="table4" align="center"><?=$memo_not_read?></div>
<div class="text4"><font color="#828687">|</font> <a href="javascript:win_scrap();"><font color="#D3D3D3">스크랩</font></a></div>
<div class="text5"><font color="#828687">|</font> <a href="<?=$g4['path']?>/bbs/member_leave.php "><font color="#D3D3D3">회원탈퇴</font></a></div>
<div class="text6"><font color="#8BAEFF">▶</font><b>공지</b> 가보잡기 체험서비스 오픈안내</div>
</div>
</div>
</div>
<script type="text/javascript">
// 탈퇴의 경우 아래 코드를 연동하시면 됩니다.
function member_leave()
{
if (confirm("정말 회원에서 탈퇴 하시겠습니까?"))
location.href = "<?=$g4['bbs_path']?>/member_confirm.php?url=member_leave.php";
}
</script>
<!-- 로그인 후 외부로그인 끝 -->
<style>
#login .table { border:1px solid #44474B; width:249px; height:144px;}
#login .table1 { border:1px solid #818586; width:248px; height:143px; background-color:#717576;}
#login .MM { position:absolute; margin:13px 0 0 14px; border-bottom:1px solid #595B5C; width:220px; }
#login .MM1 { position:absolute; margin:14px 0 0 14px; border-bottom:1px solid #828687; width:220px; }
#login .text { position:absolute; margin:9px 0 0 14px; color:#ffffff; font-size:11px;}
#login .text1 { position:absolute; margin:40px 0 0 14px; color:#D3D3D3; font-size:11px; }
#login .table3 {position:absolute; margin:35px 0 0 115px; width:119px; height:25px; background-color:#6A6E6F;}
#login .text2 { position:absolute; margin:6px 0 0 6px; font-size:11px; }
#login .text3 { position:absolute; margin:80px 0 0 14px; color:#D3D3D3; font-size:11px; }
#login .table4 {position:absolute; margin:78px 0 0 50px; width:25px; height:10px; background-color:#6A6E6F; color:#FFA300; font-size:11px;}
#login .text4 { position:absolute; margin:78px 0 0 80px; color:#D3D3D3; font-size:11px; }
#login .text5 { position:absolute; margin:78px 0 0 128px; color:#D3D3D3; font-size:11px; }
#login .MM2 { position:absolute; margin:95px 0 0 14px; border-bottom:1px solid #595B5C; width:220px; }
#login .MM3 { position:absolute; margin:96px 0 0 14px; border-bottom:1px solid #828687; width:220px; }
#login .text6 { position:absolute; margin:120px 0 0 14px; color:#D3D3D3; font-size:11px; }
#login .img { position:absolute; margin:5px 0 0 185px; }
#login .img1 { position:absolute; margin:4px 0 0 85px; }
#login .dasdassda { position:absolute; margin:50px 0 0 28px; }
</style>
댓글 전체
일단은 외곽 사이즈를 볼때
소스대로라면 최종 출력 사이즈가 가로 251px, 세로 146px 로 나옵니다.
#login .table { border:1px solid #44474B; width:249px; height:144px;}
#login .table1 { border:1px solid #818586; width:248px; height:143px; background-color:#717576;}
를
#login .table { border:1px solid #44474B; width:248px; height:148px;}
#login .table1 { border:1px solid #818586; width:246px; height:146px; background-color:#717576;}
로 해주셔야 될것 같네요
그리고 젤 위에 소스 마지막 </div> 하나가 빠진것 같네요
소스대로라면 최종 출력 사이즈가 가로 251px, 세로 146px 로 나옵니다.
#login .table { border:1px solid #44474B; width:249px; height:144px;}
#login .table1 { border:1px solid #818586; width:248px; height:143px; background-color:#717576;}
를
#login .table { border:1px solid #44474B; width:248px; height:148px;}
#login .table1 { border:1px solid #818586; width:246px; height:146px; background-color:#717576;}
로 해주셔야 될것 같네요
그리고 젤 위에 소스 마지막 </div> 하나가 빠진것 같네요