제작중인 사이트는
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>
위와 같습니다. 내용의 그림 미리보기를 어떻게 하면 가능할까요...여러 고수님의 귀한 답변 부탁드립니다.
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>
위와 같습니다. 내용의 그림 미리보기를 어떻게 하면 가능할까요...여러 고수님의 귀한 답변 부탁드립니다.
게시글 목록
| 번호 | 제목 |
|---|---|
| 284348 | |
| 284336 | |
| 284333 | |
| 284332 | |
| 284320 | |
| 284318 | |
| 284316 | |
| 284313 | |
| 284307 | |
| 284306 | |
| 284303 | |
| 284298 | |
| 284296 | |
| 284290 | |
| 284286 | |
| 284280 | |
| 284277 | |
| 284272 | |
| 284261 | |
| 284259 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기