묻고답하기

홈페이지 새로 만들어서 기존에 사용하던 레이아웃 가져와서 복붙했는데 적용이 안되네요...... 레이아웃에 사용한 코드입니다.. ㅠㅠ

도와주시면 감사합니다... 사이트는 care.knu.ac.kr입니다

 

CSS

---------------------------------------------------------------------------------------

html, body {
        background: url(/images/header-bg-care.jpg) repeat-x;
        margin: 0; padding: 0;
        height: 100%;
        width: 1000px;
}
#wrap {
        margin: 0;
        padding: 0;
        height: 150px;
        position: relative;
}
#main-nav {
        margin: 0px 0px 0px 2px;
        text-align: left;
        min-height: 25px;
        padding-top: 11px;
        padding-left: 0px;
}
#main-handle {
        position: absolute; left: 520px; top: 90px;
        width: 600px;
        float: right;
        margin-top: -1px;
}
#main-nav li {
        display: inline;
        list-style: none;
}
#main-nav li a {
        margin-right: 5px;
        font-size: 15px;
        text-decoration: none;
        color: #ffffff;
        font-family: Gothic;
        text-transform: uppercase;
        font-weight: bold;
        padding: 2px;
        outline: 0;
        position: relative;
        top: -2px;
}
#main-nav li a:hover, #main-nav li a.active {
        background: #0D3F83;
}
.sub-links {
        display: none;
        position: absolute;
        width: 400px;
        top: 30px; left: -60px;
        padding: 4px;
        text-align: left;
        background: #0D3F83;
        /*--Bottom right rounded corner--*/
                -moz-border-radius-bottomright: 15px;
                -khtml-border-radius-bottomright: 15px;
                -webkit-border-bottom-right-radius: 15px;
        /*--Bottom left rounded corner--*/
                -moz-border-radius-bottomleft: 15px;
                -khtml-border-radius-bottomleft: 15px;
                -webkit-border-bottom-left-radius: 15px;
        /*--Top right rounded corner--*/
                -moz-border-radius-topright: 15px;
                -khtml-border-radius-topright: 15px;
                -webkit-border-top-right-radius: 15px;
        /*--Top left rounded corner--*/
                -moz-border-radius-topleft: 15px;
                -khtml-border-radius-topleft: 15px;
                -webkit-border-top-left-radius: 15px;
}
#main-nav li .sub-links li a {
        font-size: 14px; color: #ffffff; text-transform: none;
        margin: 10px;
        padding: 0px;
}
#main-nav li .sub-links li a:hover{
}
#main-nav li a.close{
        display: none;
        position: absolute;
}
#main-nav li a.close:hover{
        background: #900;
}

 

-------------------------------------

HTML

 

<!-- index -->
<script type="text/javascript" src="/jquery-1.6.1.min.js"></script>

<body>
<div id="wrap">
<table CELLPADDING="0" CELLSPACING="0" width="1000" border="0">
  <tr>
    <td width="521" rowspan="2"><a href="http://care.knu.ac.kr/xe" title=""><img src="/images/header.jpg" alt="Angry face" /></a></td>
    <td width="400"><img class="zbxe_widget_output" widget="jdh_login_info" skin="jdh_style1" colorset="default" /></td>
  </tr>
  <tr>
    <td height="120"> </td>
  </tr>
  <tr>
    <td> </td>
  </tr>
  <tr>
    <td> </td>
  </tr>
  <tr>
    <td> </td>
  </tr>
  <tr>
    <td>


  <div id="main-handle">
    <ul id="main-nav">
      <li><a class="main-link" href="/?mid=introduction">연구소 소개</a>
        <ul class="sub-links">
                <li>
                <a href="/?mid=introduction" title="">인사말</a>
                </li>
                <li>
                <a href="/?mid=history" title="">연혁</a>
                </li>
                <li>
                <a href="/?mid=organization" title="">조직도</a>
                </li>
                <li>
                <a href="/?mid=people" title="">구성원</a>
                </li>
                <li>
                <!---<a href="/?mid=map" title="">찾아오시는 길</a>
                </li>-->
        </ul>
      </li>

      <li><a class="main-link" href="/?mid=notice">공지사항</a>
       <ul class="sub-links">
                <li>
                <a href="/?mid=notice" title="">공지사항</a>
                </li>
                <li>
                <a href="/?mid=file" title="">서식/규정</a>
                </li>
        </ul>

      </li>

      <li><a class="main-link" href="/?mid=seminar">세미나/콜로퀴움/학술대회</a>

      </li>
            <li><a class="main-link" href="/?mid=board">게시판</a>

      </li>

    </ul>
  </div>
  <!-- End main-handle-->

    </td>
  </tr>
</table>
</div>
<!-- End wrap -->

<div align=right>
<table width="1200" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td style="vertical-align: top; width: 95px;"> </td>
    <td style="vertical-align: top; width: 1120;" align="left">
    
<table style="text-align: left; width: 980px;" border="0" cellpadding="2"
cellspacing="2">
<tbody>
<tr>
<td style="vertical-align: top; width: 60px;"><br />
</td>
<td style="vertical-align: top; width: 920px;">

    <!-- 컨텐츠 시작 -->
    {$content}
</td>
</tr>
</tbody>
</table>    
    </td>
  </tr>
</table>

</div>

<!-- foot -->
<div align=right>
<img src="/images/foot.jpg" height="30" width="970px"> 
<table border="0" cellpadding="0" cellspacing="0" width="900px">
    <tr>
      <td align="left"><p><a href="http://www.knu.ac.kr/bbs/newhome/sublayout.jsp?number=1001" target="_blank"><img src="/images/security.jpg"></a></p></td>
      <td align="right"><a href="http://care.knu.ac.kr/xe" target="_blank" /><img src="/images/f_right.jpg"></a></td>
    </tr>
</table>
</div>

------------------------------------------------

뭐가 문제있는지를 모르겠어요...

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
죽방망이 mysql phpmyadmin 질문 php.ini 수정을 했는데 괜찮나요? [2] 2015.10.22 by 죽방망이
마꼬꼬 폰갭 혹은 센챠터치를 이용한 앱 제작시 [1] 2015.10.22 by AJKJ
고양이냥 ssl 서버 질문 드릴게요 [2] 2015.10.22 by AJKJ
퍼즐조각 푸터 메뉴 부분... file  
밥탱이 밴드(BAND)에 공유하기 할 수 있나요??  
가을풍경 마이피플/카카오/카카오스토리/밴드보내기 문제해결 좀 해주세요? [4] 2015.10.22 by 밥탱이
ㅇㅇㅇ 스케치북 좌측메뉴 나오는 법 아시는분이요.. [1] file 2015.10.22 by mindpainter
myr 게시판 생성부터 나모로 삽입하는 과정까지 알려주세요 ㅠㅠ  
안뇽하세요 게시판내에서 링크 삽입 시 새창으로 띄우기 file  
꿀이 다시 올립니다 대댓글 수정 방법... [4] 2015.10.22 by 꿀이
퍼즐조각 모바일 버전에서 글 쓸 때 PC에서 볼 수 있는 에디터 수정? 박스라고 해야 되나 그런 게 보여서 본문을 아예 가려버립니다 [2] 2015.10.22 by 퍼즐조각
deok 내용 직접추가 질문입니다. file  
열혈개발 xe 업데이트 이후에 javascript 가 안먹힙니다.  
슈니슈니 모바일 본문글자크기 크게하는법 [1] 2015.10.22 by 라자루스
리리즈 파일첨부 100% 완료후 증발 문제.. [4] 2015.10.22 by 리리즈
열혈개발 쪽지보내기, 친구등록 등 xml 파일 어디잇죠? [1] 2015.10.22 by sejin7940
김유석 리눅스(우분투)사용중 iso 마운트후 윈도우2012 어떻게 설치하나요? file  
김성훈843 1.8.2 기본 CKEditor, 스킨별 설정 방법이 없나요? [2] 2015.10.22 by KOTRA1
별별 태블릿PC 문제좀 도와주세요  
Alex 이거 왜 그러죠??? ㅠ [1] file 2015.10.21 by 퍼니엑스이