묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
외부로그인시 테이블 틀어짐
2006.11.14 08:37
① 계정(호스팅-서버관리) 회사 이름 :
Cafe24.com
② php , mysql 버전 :
③ 제로보드 버젼(날짜 포함) :
41pl8
④ 에러나는 주소와 에러 부분 소스(필수) :
http://veople.cafe24.com/main.htm
http://veople.cafe24.com/main2.htm
⑤ 주로 쓰고 있는 스킨 이름이나 소스 :
⑥ 질문 내용 :
새창으로 외부로그인하려고하는데요, main.htm 처럼 php코드만 넣으면
login버튼을 제외한 나머지 테이블셀들이 2픽셀정도
밑으로 밀리는 문제때문에 골치 썩고있습니다.
2번째 링크에는 코드를 안넣고 그냥 바로 img src로 로그인버튼 한건데 이건 똑바로 나오네요.
이게 웃긴건 firefox에선 똑바로나오는데 IE에서만 이문제가 있습니다.
혹시나 드림위버로 해서 그런가 해서 그냥 핸드코딩으로 테이블 짜서 main.htm이라는 파일을 만든건데
계속 이러네요.. 밤새 씨름중입니다. 혹시 해결방법 아시는분 안계신가요?
http://veople.cafe24.com/veople_main_login.html
이게 원래 메인 페이지로 할건데 (아직 심하게 공사중) 윗부분에 2픽셀 밀리는것때매 레이어도 제자리에 안나오고 미치겠습니다.
도와주세요!!
Cafe24.com
② php , mysql 버전 :
③ 제로보드 버젼(날짜 포함) :
41pl8
④ 에러나는 주소와 에러 부분 소스(필수) :
http://veople.cafe24.com/main.htm
http://veople.cafe24.com/main2.htm
⑤ 주로 쓰고 있는 스킨 이름이나 소스 :
⑥ 질문 내용 :
새창으로 외부로그인하려고하는데요, main.htm 처럼 php코드만 넣으면
login버튼을 제외한 나머지 테이블셀들이 2픽셀정도
밑으로 밀리는 문제때문에 골치 썩고있습니다.
2번째 링크에는 코드를 안넣고 그냥 바로 img src로 로그인버튼 한건데 이건 똑바로 나오네요.
이게 웃긴건 firefox에선 똑바로나오는데 IE에서만 이문제가 있습니다.
혹시나 드림위버로 해서 그런가 해서 그냥 핸드코딩으로 테이블 짜서 main.htm이라는 파일을 만든건데
계속 이러네요.. 밤새 씨름중입니다. 혹시 해결방법 아시는분 안계신가요?
http://veople.cafe24.com/veople_main_login.html
이게 원래 메인 페이지로 할건데 (아직 심하게 공사중) 윗부분에 2픽셀 밀리는것때매 레이어도 제자리에 안나오고 미치겠습니다.
도와주세요!!
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<title>무제 문서</title>
<style type="text/css">
<!--
body {
margin: 0px;
}
img {border:0;}
-->
</style>
<script type="text/javascript" language="JavaScript">
function zb_login_check_submit() {
if(!document.zb_login.user_id.value) {
alert("ID를 입력하여 주십시요");
document.zb_login.user_id.focus();
return false;
}
if(!document.zb_login.password.value) {
alert("Password를 입력하여 주십시요");
document.zb_login.password.focus();
return false;
}
return true;
}
function check_autologin() {
if (document.zb_login.auto_login.checked==true) {
var check;
check = confirm("자동 로그인 기능을 사용하시겠습니까?\n\n자동 로그인 사용시 다음 접속부터는 로그인을 하실필요가 없습니다.\n\n단, 게임방, 학교등 공공장소에서 이용시 개인정보가 유출될수 있으니 주의해주세요");
if(check==false) {document.zb_login.auto_login.checked=false;}
}
}
</script>
<script language="JavaScript">
<!--
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
toolbar_str = toolbar ? 'yes' : 'no';
menubar_str = menubar ? 'yes' : 'no';
statusbar_str = statusbar ? 'yes' : 'no';
scrollbar_str = scrollbar ? 'yes' : 'no';
resizable_str = resizable ? 'yes' : 'no';
cookie_str = document.cookie;
cookie_str.toString();
pos_start = cookie_str.indexOf(name);
pos_end = cookie_str.indexOf('=', pos_start);
cookie_name = cookie_str.substring(pos_start, pos_end);
pos_start = cookie_str.indexOf(name);
pos_start = cookie_str.indexOf('=', pos_start);
pos_end = cookie_str.indexOf(';', pos_start);
if (pos_end <= 0) pos_end = cookie_str.length;
cookie_val = cookie_str.substring(pos_start + 1, pos_end);
if (cookie_name == name && cookie_val == "done")
return;
window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}
// -->
</script>
</head>
<body>
<table id="Table_01" width="850px" border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed">
<colgroup><col width="50px"><col width="610px"><col width="40px"><col width="42px"><col width="48px"></colgroup>
<tr height="19px" valign="top">
<td></td>
<td><img src="http://veople.cafe24.com/images/space_01.jpg" width="610px" height="19px" alt="" /></td>
<td><a href="javascript:na_open_window('win', 'http://veople.cafe24.com/page_login.htm', 300, 200, 300, 200, 0, 0, 0, 0, 0);" target="_self" title="로그인"><img src="http://veople.cafe24.com/images/btn_login.jpg" width="40" height="19px" alt="" /></a></td>
<td><img src="http://veople.cafe24.com/images/btn_signup.jpg" width="42px" height="19px" alt="" /></td>
<td><img src="http://veople.cafe24.com/images/btn_sitemap.jpg" width="48" height="19px" alt="" /></td>
<td><img src="http://veople.cafe24.com/images/btn_contact.jpg" width="60px" height="19px" alt="" /></td>
</tr>
</table>
</body>
</html>