최신글게시물에서 어떤 글은 클릭이되서 해당페이지로 넘어가고 어떤 글은 클릭이 되지 않습니다.어허.ㅜ..ㅜ

최신글게시물에서 어떤 글은 클릭이되서 해당페이지로 넘어가고 어떤 글은 클릭이 되지 않습니다.어허.ㅜ..ㅜ

QA

최신글게시물에서 어떤 글은 클릭이되서 해당페이지로 넘어가고 어떤 글은 클릭이 되지 않습니다.어허.ㅜ..ㅜ

본문

http://ucnetworks.co.kr/hosp.php


위의 주소로 가시면 메인 페이지에 요양원 소식과 온라인 상담 최신글이 있습니다.


요양원 소식글은 제목글도 링크 걸었는데 링크가 구현이 안되고 있으며, 소제목글도 마찬가지고


온라인 상담 최신글은 2번째 글 노인 학대 신고 상담 밑으로는 클릭이 되서 해당게시물로 링크가 적용되고 있습니다.


소스를 보시면 링크태그가 분명히 걸려있습니다. 그런데 당최 왜이런일이? 도통 알수 가 없습니다. 어렵습니다.



요양원소식 최신글 소스

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<style>

.mokr  {  font-family:돋움; font-size:12pt;  line-height:130%;}
.mokr a {  color:#ffffff;font-family:돋움; font-size:12pt; text-decoration:none;  line-height:130%;}
.mokr a:hover {   font-family:돋움; font-size:12pt; text-decoration: underline; color:#ffffff;  line-height:130%;}
</style>
<table width=199px cellpadding=0 cellspacing=0   background="<?=$latest_skin_path?>/img/notice_bg.gif"  height="143"  >
<tr>
<td height="40" valign="top">
<table  cellpadding=0 cellspacing=0    >
<tr height="31">
    <td width=10></td>
    <td width='199' height="30" align="left" >  <a href="../bbs/board.php?bo_table=hospi_jabi02" style="color:#ffffff; font-family: '돋움';  font-size:14px; font-weight:bolder; text-decoration:none; ">요양원소식</a></td>
    <td width="23" ><!--<a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>' target="_blank"  ><img src='<?=$latest_skin_path?>/img/more.gif' /></a>--></td>
    <td width=18></td>
</tr>
<TR>
<TD colspan="4" height="9">
</TD>
</TR>
</table>
</td>
</tr>

<tr>
<td height="94" valign="top">
<table width=199px cellpadding=0  cellspacing=0 >
<? for ($i=0; $i<count($list); $i++) { ?>
<tr height="22">
    <td colspan=5 align=left>
        <table width=100%  cellpadding=0 cellspacing=0 border="0">
        <tr valign="top">
          <td width="10" valign="bottom"></td>
       
            <td height=15 align="left" valign="bottom" class="mokr"  ><img src='<?=$latest_skin_path?>/img/icon.gif'  align=absmiddle>    
          <?
            echo $list[$i]['icon_reply'] . " ";
            echo "<a href='{$list[$i]['href']}'>";
            if ($list[$i]['is_notice'])
                echo "<font style='font-family:돋움; font-size:10pt; color:#ffffff; '>{$list[$i]['subject']}</font>";
            else
                echo "<font style='font-family:돋움; font-size:10pt; color:#ffffff;text-decoration:none;'>{$list[$i]['subject']}</font>";
            echo "</a>";

            // if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
            // if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }

            ?></td>
            </tr>
        </table></td>
</tr>
<? } ?>

<? if (count($list) == 0) { ?><tr><td colspan=4 align=center height=50><font color=#6A6A6A>게시물이 없습니다.</font></a></td></tr><? } ?>


</table>
</td>
</tr>
</table>


온라인 상담 최신글 소스

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<style>

.mokr  {  font-family:돋움; font-size:12pt;  line-height:130%;}
.mokr a {  color:#ffffff;font-family:돋움; font-size:12pt; text-decoration:none;  line-height:130%;}
.mokr a:hover {      font-family:돋움; font-size:12pt; text-decoration: underline;color:#ffffff;  line-height:130%;}
</style>
<table width=199px cellpadding=0 cellspacing=0   background="<?=$latest_skin_path?>/img/notice_bg.gif"  height="143"  >
<tr>
<td height="40" valign="top">
<table  cellpadding=0 cellspacing=0    >
<tr height="31">
    <td width=10></td>
    <td width='199' height="30" align="left" >  <a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>' style="color:#ffffff; font-family: '돋움';  font-size:14px; font-weight:bolder;text-decoration:none; ">온라인상담실</a></td>
    <td width="23" ><!--<a href='<?=$g4[bbs_path]?>/board.php?bo_table=<?=$bo_table?>' target="_blank"  ><img src='<?=$latest_skin_path?>/img/more.gif' /></a>--></td>
    <td width=18></td>
</tr>
<TR>
<TD colspan="4" height="9">
</TD>
</TR>
</table>
</td>
</tr>

<tr>
<td height="94" valign="top">
<table width=199px cellpadding=0  cellspacing=0 >
<? for ($i=0; $i<count($list); $i++) { ?>
<tr height="22">
    <td colspan=5 align=left>
        <table width=100%  cellpadding=0 cellspacing=0 border="0">
        <tr valign="top">
          <td width="10" valign="bottom"></td>
       
            <td height=15 align="left" valign="bottom" class="mokr"  ><img src='<?=$latest_skin_path?>/img/icon.gif'  align=absmiddle>    
          <?
            echo $list[$i]['icon_reply'] . " ";
            echo "<a href='{$list[$i]['href']}'>";
            if ($list[$i]['is_notice'])
                echo "<font style='font-family:돋움; font-size:10pt; color:#ffffff; '>{$list[$i]['subject']}</font>";
            else
                echo "<font style='font-family:돋움; font-size:10pt; color:#ffffff;text-decoration:none;'>{$list[$i]['subject']}</font>";
            echo "</a>";

            // if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
            // if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }

            ?></td>
            </tr>
        </table></td>
</tr>
<? } ?>

<? if (count($list) == 0) { ?><tr><td colspan=4 align=center height=50><font color=#6A6A6A>게시물이 없습니다.</font></a></td></tr><? } ?>


</table>
</td>
</tr>
</table>


이 질문에 댓글 쓰기 :

답변 1

다른 곳의 스크립이나 레이어에 걸쳐있는듯한 느낌입니다..
겹쳐진 곳이 있는지 찾아 보세요..

Image-001.gif
 

메인 이너페이드 제이쿼리가 최신글 게시판을 가리고 있었네요.

모니터상에는 안가리것처럼 보여도 실제로는 가리고 있었네요. ^^;;

하~ 역시 보이는 것만이 전부가 아니라는 격언을 다시한번더 묵상하게되는 오류 였습니다.

답변 감사드립니다.

답변을 작성하시기 전에 로그인 해주세요.
전체 93
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT