묻고답하기

http://기치유센터.com/

인덱스 화면은 괜찮은데

메인 테이블이 이상해졌어요

다른 연결된 화면까지 다 이상하게 틀어져 버렸네요,

나모 에서는 잘 보이는데요

그리고 며칠전까지만 해도 메인화면 이상 없이 잘되었습니다.

10년전에 만든거고 만들대도 겨우겨우 배워가면서 만든건데요.

만들때 기억이 하나도 안나요

당장 은 화면이 제대로 나오게 해야겠는데요

어떻게 하면 될까요?

 

메인화면 html 입니다.

<?
$_zb_url = "http://energyhealingcenter.co.kr/bbs/";
$_zb_path ="/home2/energycokr/www/bbs/";
include $_zb_path."outlogin.php";
?>






기치유센터 - 전인적인 기치유


 

 

// -->

function na_change_img_src(name, nsdoc, rpath, preload)
{
var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
if (name == '')
return;
if (img) {
img.altsrc = img.src;
img.src = rpath;
}
}

function na_hide_layer(lname)
{
if(document.getElementById) {
document.getElementById(lname).style.visibility = 'hidden';
} else if(document.layers) {
document.layers[lname].visibility = 'hide'
} else if(document.all)
document.all(lname).style.visibility = 'hidden'
}

function na_show_layer(lname)
{
if (na_show_layer.arguments.length if(document.getElementById) {
document.getElementById(lname).style.visibility = 'visible';
} else if(document.layers) {
document.layers[lname].visibility = 'show'
} else if(document.all)
document.all(lname).style.visibility = 'visible'
} else {
if(document.getElementById) {
document.getElementById(lname).style.visibility = 'hidden';
} else if(document.layers) {
document.layers[lname].visibility = 'hide'
} else if(document.all)
document.all(lname).style.visibility = 'hidden'
}
}

function na_init_layer_events()
{
if (document.layers) {
document.layers['layer8'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
document.layers['layer8'].onmouseout = new Function("na_hide_layer('layer8');");
document.layers['layer8'].onmouseover = new Function("na_show_layer('layer8');");
document.layers['layer9'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
document.layers['layer9'].onmouseout = new Function("na_hide_layer('layer9');");
document.layers['layer9'].onmouseover = new Function("na_show_layer('layer9');");
document.layers['layer3'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
document.layers['layer3'].onmouseout = new Function("na_hide_layer('layer3');");
document.layers['layer3'].onmouseover = new Function("na_show_layer('layer3');");
document.layers['layer4'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
document.layers['layer4'].onmouseout = new Function("na_hide_layer('layer4');");
document.layers['layer4'].onmouseover = new Function("na_show_layer('layer4');");
document.layers['layer5'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
document.layers['layer5'].onmouseout = new Function("na_hide_layer('layer5');");
document.layers['layer5'].onmouseover = new Function("na_show_layer('layer5');");
document.layers['layer6'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
document.layers['layer6'].onmouseout = new Function("na_hide_layer('layer6');");
document.layers['layer6'].onmouseover = new Function("na_show_layer('layer6');");
}
}
// -->


// -->

function na_change_img_src(name, nsdoc, rpath, preload)
{
var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
if (name == '')
return;
if (img) {
img.altsrc = img.src;
img.src = rpath;
}
}

function na_hide_layer(lname)
{
if (document.layers)
document.layers[lname].visibility = 'hide'
if(document.all)
document.all(lname).style.visibility = 'hidden'
}

function na_show_layer(lname)
{
if (lname == '') return;

var layer = document.all ? document.all(lname).style : document.layers[lname];
var show = document.all ? 'visible' : 'show';
var hide = document.all ? 'hidden' : 'hide';

if (na_show_layer.arguments.length layer.visibility = show;
else
layer.visibility = (na_show_layer.arguments[1] == 0 ? show : hide);
}

function na_init_layer_events()
{
if (document.layers) {
document.layers['layer1'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
document.layers['layer1'].onmouseout = new Function("na_hide_layer('layer1');");
document.layers['layer1'].onmouseover = new Function("na_show_layer('layer1');");
document.layers['layer2'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
document.layers['layer2'].onmouseout = new Function("na_hide_layer('layer2');");
document.layers['layer2'].onmouseover = new Function("na_show_layer('layer2');");
document.layers['layer3'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
document.layers['layer3'].onmouseout = new Function("na_hide_layer('layer3');");
document.layers['layer3'].onmouseover = new Function("na_show_layer('layer3');");
document.layers['layer4'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
document.layers['layer4'].onmouseout = new Function("na_hide_layer('layer4');");
document.layers['layer4'].onmouseover = new Function("na_show_layer('layer4');");
document.layers['layer5'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
document.layers['layer5'].onmouseout = new Function("na_hide_layer('layer5');");
document.layers['layer5'].onmouseover = new Function("na_show_layer('layer5');");
document.layers['layer6'].captureEvents(Event.MOUSEOVER|Event.MOUSEOUT|Event.MOUSEUP);
document.layers['layer6'].onmouseout = new Function("na_hide_layer('layer6');");
document.layers['layer6'].onmouseover = new Function("na_show_layer('layer6');");
}
}
// -->


http://energyhealingcenter.co.kr/baner/main.htm" target="_top" onfocus="this.blur()">
http://energyhealingcenter.co.kr/baner/sitemap.htm" target="_top" onfocus="this.blur()">
http://energyhealingcenter.co.kr/mail/mail.php" target="_blank" onfocus="this.blur()">

http://energyhealingcenter.co.kr/mail/mail.php" target="_blank" onfocus="this.blur()">
http://energyhealingcenter.co.kr/baner/info/map.htm" target="_top" onfocus="this.blur()">
http://energyhealingcenter.co.kr/baner/main.htm" target="_top" onfocus="this.blur()">

http://energyhealingcenter.co.kr/baner/main.htm" target="_top" onfocus="this.blur()">
http://energyhealingcenter.co.kr/baner/sitemap.htm" target="_top" onfocus="this.blur()">
http://energyhealingcenter.co.kr/mail/mail.php" target="_blank" onfocus="this.blur()">

http://energyhealingcenter.co.kr/mail/mail.php" target="_blank" onfocus="this.blur()">
http://energyhealingcenter.co.kr/baner/info/map.htm" target="_top" onfocus="this.blur()">
http://energyhealingcenter.co.kr/baner/main.htm" target="_top" onfocus="this.blur()">


   

   

                   

http://energyhealingcenter.co.kr/baner/info/na.htm" target="_top" onfocus="this.blur()">주인장소개


           

                   

http://energyhealingcenter.co.kr/baner/info/health.htm" target="_top" onfocus="this.blur()">건강상담


           

                   

http://energyhealingcenter.co.kr/baner/info/edu.htm" target="_top" onfocus="this.blur()">교육안내


           

                   

http://energyhealingcenter.co.kr/baner/info/time.htm" target="_top" onfocus="this.blur()">이용시간


           

                   

http://energyhealingcenter.co.kr/baner/info/map.htm" target="_top" onfocus="this.blur()">오시는길


           

   



   

   

                   

  http://energyhealingcenter.co.kr/baner/gi/gichiu.htm" target="_top" onfocus="this.blur()">기치유란


           

                   

http://energyhealingcenter.co.kr/baner/gi/gi-0.htm" target="_top" onfocus="this.blur()">기치유의효과


           

                   

http://energyhealingcenter.co.kr/baner/gi/gi-1.htm" target="_top" onfocus="this.blur()">기치유의원리


           

                   

http://energyhealingcenter.co.kr/baner/gi/gi-2.htm" target="_top" onfocus="this.blur()">기본3대치유법


           

               

http://energyhealingcenter.co.kr/bbs/zboard.php?id=gi_3" target="_top" onfocus="this.blur()">자료실


           

   



   

   

               

http://energyhealingcenter.co.kr/baner/ms/healing.htm" target="_top" OnFocus="this.blur()" OnMouseOut="na_hide_layer('layer3');" OnMouseOver="na_show_layer('layer3');">  http://energyhealingcenter.co.kr/baner/ms/healing.htm" target="_top" onfocus="this.blur()" OnMouseOver="na_show_layer('layer3');" OnMouseOut="na_hide_layer('layer3');">힐링마사지


           

               

http://energyhealingcenter.co.kr/bbs/zboard.php?id=ms_0" target="_top" onfocus="this.blur()">자료실


           

   



   

   

                   

http://energyhealingcenter.co.kr/baner/ka/ka-0.htm" target="_top" onfocus="this.blur()">카이로프락틱


           

               

http://energyhealingcenter.co.kr/bbs/zboard.php?id=ka_1" target="_top" onfocus="this.blur()">교정운동법


           

               

http://energyhealingcenter.co.kr/bbs/zboard.php?id=ka_2" target="_top" onfocus="this.blur()">자료실


           

   



   

               

http://energyhealingcenter.co.kr/bbs/zboard.php?id=yaga" target="_top" onfocus="this.blur()">요가


           

               

http://energyhealingcenter.co.kr/bbs/zboard.php?id=mm" target="_top" onfocus="this.blur()">명상


           

               

http://energyhealingcenter.co.kr/bbs/zboard.php?id=mmm" target="_top" onfocus="this.blur()">체조


           



   

               

http://energyhealingcenter.co.kr/bbs/zboard.php?id=man_1" target="_top" onfocus="this.blur()">자료실http://energyhealingcenter.co.kr/bbs/zboard.php?id=man_0" target="_top" onfocus="this.blur()">병증  


           



           

                      

Untitled-1.gif5_02.jpghttp://energyhealingcenter.co.kr/baner/info/na.htm" target="_top" onfocus="this.blur()">mark-taitle_03.jpghttp://energyhealingcenter.co.kr/baner/gi/gichiu.htm" target="_top" onfocus="this.blur()">mark-taitle_04.jpghttp://energyhealingcenter.co.kr/baner/ms/healing.htm" target="_top" onfocus="this.blur()">mark-taitle_05.jpghttp://energyhealingcenter.co.kr/baner/ka/ka-0.htm" target="_top" onfocus="this.blur()">mark-taitle_06.jpghttp://energyhealingcenter.co.kr/bbs/zboard.php?id=yaga" target="_top" onfocus="this.blur()">mark-taitle_07.jpghttp://energyhealingcenter.co.kr/bbs/zboard.php?id=man_1" target="_top" onfocus="this.blur()">mark-taitle_08.jpg


                   

       

           

               

 


           

       

           

               

                               

 


                               

 


                               

mark-side5.jpg


                       

           

       

           

                       

 


                   

       

           

09.jpgmark-taitle_09.jpg


       

               

energyhealing.gifenergyhealing.gifenergyhealing.gifenergyhealing.gifenergyhealing.gifenergyhealing.gifenergyhealing.gifenergyhealing.gifenergyhealing.gif


       

           

               

                           

http://energyhealingcenter.co.kr/bbs/zboard.php?id=gongji" OnMouseOut="na_restore_img_src('image20', 'document')" OnMouseOver="na_change_img_src('image20', 'document', '../main%20image/side/1.jpg', true);" target="_top" onfocus="this.blur()">2_01.jpghttp://energyhealingcenter.co.kr/bbs/zboard.php?id=q_a" OnMouseOut="na_restore_img_src('image9', 'document')" OnMouseOver="na_change_img_src('image9', 'document', '../main%20image/side/2.jpg', true);" onfocus="this.blur()" target="_top">2_02.jpghttp://energyhealingcenter.co.kr/baner/sm/sm.htm" OnMouseOut="na_restore_img_src('image2', 'document')" OnMouseOver="na_change_img_src('image2', 'document', '../main%20image/side/3.jpg', true);" target="_top" onfocus="this.blur()">2_03.jpghttp://energyhealingcenter.co.kr/baner/news/news.htm" OnMouseOut="na_restore_img_src('image3', 'document')" OnMouseOver="na_change_img_src('image3', 'document', '../main%20image/side/4.jpg', true);" target="_top" onfocus="this.blur()">2_04.jpghttp://energyhealingcenter.co.kr/bbs/zboard.php?id=health" OnMouseOut="na_restore_img_src('image5', 'document')" OnMouseOver="na_change_img_src('image5', 'document', '../main%20image/side/5.jpg', true);" target="_top" onfocus="this.blur()">2_05.jpghttp://energyhealingcenter.co.kr/12h365/12h365.htm" OnMouseOut="na_restore_img_src('image6', 'document')" OnMouseOver="na_change_img_src('image6', 'document', '../main%20image/side/6.jpg', true);" target="_top" onfocus="this.blur()">2_06.jpghttp://energyhealingcenter.co.kr/bbs/zboard.php?id=music" OnMouseOut="na_restore_img_src('image7', 'document')" OnMouseOver="na_change_img_src('image7', 'document', '../main%20image/side/7.jpg', true);" target="_top" onfocus="this.blur()">2_07.jpghttp://energyhealingcenter.co.kr/bbs/zboard.php?id=jayu" OnMouseOut="na_restore_img_src('image8', 'document')" OnMouseOver="na_change_img_src('image8', 'document', '../main%20image/side/8.jpg', true);" target="_top" onfocus="this.blur()">2_08.jpghttp://energyhealingcenter.co.kr/bbs/zboard.php?id=humor" OnMouseOut="na_restore_img_src('image15', 'document')" OnMouseOver="na_change_img_src('image15', 'document', '../main%20image/side/9.jpg', true);" target="_top" onfocus="this.blur()">2_09.jpg2_10.jpg


                       

           

               


                


           

                       

 


                   

                       

                                       

                                                   <? print_bbs("sh_latest_bbs2/SH_latest_blue", "공 지 사 항", "gongji", 5, 21)?>
                                               

                                                     <? print_bbs("sh_latest_bbs2/SH_latest_blue", "건 강 정 보", "health", 5, 23)?>
                                               

                                                    <? print_bbs("sh_latest_bbs2/SH_latest_blue", "대체의학 >> 자료실", "news_0", 5, 23)?>
                                               

                                                   <? print_bbs("sh_latest_bbs2/SH_latest_blue", "마사지 >> 자료실", "ms_0", 5, 23)?>
                                               

                                                     <? print_bbs("sh_latest_bbs2/SH_latest_blue", "수맥과건강 >> 자료실", "sm_2", 5, 23)?>
                                               

                                                     <? print_bbs("sh_latest_bbs2/SH_latest_blue", "질문과대답", "q_a", 5, 23)?>
                                               

                                                     <? print_bbs("sh_latest_bbs2/SH_latest_blue", "척추교정 >> 자료실", "ka_2", 5, 23)?>
                                               

                                                     <? print_bbs("sh_latest_bbs2/SH_latest_blue", "명상음악.그림", "music", 5, 23)?>
                                               

                                                     <? print_bbs("sh_latest_bbs2/SH_latest_blue", "자유게시판", "jayu", 5, 23)?>
                                               

                                

                   

                       

 


                   

                       

                                   

 


                               

                                   

copyright.jpg


                               

                                   

button4851400.gif


                               

                   

       



글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
유유히 파일업로드 같은 이미지name이 있으면 교체 하고 싶은데요 [1] 2013.12.18 by Canto
Astro-boy 관리자 아이디 분실--;;; [1] 2013.12.18 by Canto
오병이어 업그레이드 하다가 뻑났는데 질문요. 급함. [1] 2013.12.18 by 더뿌
ydk xe처음 설치후 관리자 메뉴가 동작하지 않습니다. 하루 종일 씨름했네요..ㅠ [1] file 2013.12.18 by 더뿌
짝사랑 출석 모듈관련 질문입니다. [1] 2013.12.18 by 하얀마법
손진권 위젯 기본 content 에서 줄간격 [2] file 2013.12.18 by 손진권
라돌체 게시글 내에서 첨부된 이미지 불러오기 [1] 2013.12.18 by LI-NA
배워서남준다 위젯 메뉴 출력시 서브메뉴 레이어가 위젯박스를 벗어나서 출력되게 할 수는 없는지요? [2] 2013.12.18 by 배워서남준다
LI-NA 외부 PHP에서 XE 변수 사용 [3] 2013.12.18 by 배워서남준다
너를위하여 댓글 역순 출력 질문 좀 드려요 [1] 2013.12.18 by 배워서남준다
졸라맨 하나의 사이트에서 레이아웃을 2개 돌릴때 로그인 또는 회원가입 레이아웃 설정 문의드립니다. [1] 2013.12.18 by 배워서남준다
졸라맨 게시글 조회수 증가시 포인트 증가되는 방법 문의드려요. [1] 2013.12.18 by 배워서남준다
졸라맨 회원정보보기에서 탭 메뉴 추가 문의드립니다. [1] file 2013.12.18 by 배워서남준다
구름나무바위 내용 입력하고 엔터를 치면 갤러리 글목록에서 공백(nbsp;)이 생깁니다. [2] file 2013.12.18 by 배워서남준다
내사랑은서 비회원 게시판 글 등록시 메일 받기가 안됩니다. [1] 2013.12.18 by 배워서남준다
qwms 베스트 게시글로 이동할때 시간을 갱신하고 싶습니다. [1] 2013.12.18 by 배워서남준다
Neda_love 에드온 질문이요 [1] 2013.12.18 by 배워서남준다
정음이 회원정보에서 스크랩,저장함,친구보기를 없애고 싶습니다. [1] file 2013.12.18 by 배워서남준다
아담하와 분류에 따른 상단이미지를 다르게 하고 싶습니다. file  
곰형님 게시판 선택 메뉴 없애기 [1] file 2013.12.18 by KrteamENT
단미호 XE 공식레이아웃 중 XDT Style A Lite 에 대해 [1] file 2013.12.19 by 고마워XE
불망 최고관리자 파일첨부 안되는 현상  
XE모듈 도와주세요... [1] file 2013.12.19 by KrteamENT
꽃사슴녹용 네이버 아이디로 로그인하는 방법에 대한 설명을 듣고자 합니다.  
기치유 홈페이지 메인에 문제발생, 도와주세요  
파릇애국 다운그레이드 후 사이트맵 관련 질문입니다  
anyone 페이지 수정 버튼과 하단부분 배너가 안보입니다 [1] 2013.12.19 by 배워서남준다
구연홀릭 이건 어떻게 해야 하나요? (이미지 첨부) file  
최윤한 리눅스로 전환하는데요 xe 페이지로 안넘어가네요  
KrteamENT XE카테고리 자동언어변경 [1] 2013.12.19 by 졸라맨