최근글에 롤오버시 그림 미리보기 > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

최근글에 롤오버시 그림 미리보기 정보

최근글에 롤오버시 그림 미리보기

첨부파일

latest.skin.php (1.1K) 2회 다운로드 2010-12-04 17:23:54

본문

제작중인 사이트는
http://rookie.co.kr/ver2/
입니다.
상단 오른쪽에 보시면 "Battle of Titan" 이란 최근게시물이 있습니다.

여기서 최근글이나 이미지에 롤오버 했을때 해당 페이지의 이미지를, 미리 보기가 가능할까요?

텍스트에 대한 최근글 last.skin.php 내용은

<table width=260 cellpadding=0 cellspacing=0 border=0>
<? for ($i=0; $i<count($list); $i++) { ?>
<? if ($i==0){?>
<nobr>
<?
echo $list[$i][icon_reply] . " ";
echo "<a href='{$list[$i][href]}'>";
if ($list[$i][is_notice])
echo "<strong>{$list[$i][subject]}</strong>";
else
echo "<font style='font-family:돋음; font-size:9pt; color:5e5e5e;'><strong>{$list[$i][subject]}</strong></font>";
echo "</a>";
if ($list[$i][comment_cnt])
echo "<a href=\"{$list[$i][comment_href]}\">{$list[$i][comment_cnt]}</span></a>";
// if ($list[$i]['link']['count']) { echo "[{$list[$i]['link']['count']}]"; }
// if ($list[$i]['file']['count']) { echo "<{$list[$i]['file']['count']}>"; }
?>
<tr>
<td>
<a href='<?=$list[$i][href]?>'><font style='font-family:돋음; font-size:9pt; color:5e5e5e;'><?=nl2br(stripslashes(cut_str($list[$i][wr_content], 60, '....' )))?></font></a>
</td>
</tr>
<? }else{?>
<? } ?>
<? } ?>
<? if (count($list) == 0) { echo "<tr><td colspan=4 align=center height=50>자료가 없습니다.</td></tr>"; } ?>
</table>


위와 같습니다. 내용의 그림 미리보기를 어떻게 하면 가능할까요...여러 고수님의 귀한 답변 부탁드립니다.
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로