제작중인 사이트는
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>
위와 같습니다. 내용의 그림 미리보기를 어떻게 하면 가능할까요...여러 고수님의 귀한 답변 부탁드립니다.
게시글 목록
| 번호 | 제목 |
|---|---|
| 284438 | |
| 284437 | |
| 284435 | |
| 284430 | |
| 284420 | |
| 284417 | |
| 284409 | |
| 284401 | |
| 284399 | |
| 284397 | |
| 284380 | |
| 284378 | |
| 284371 | |
| 284370 | |
| 284366 | |
| 284364 | |
| 284360 | |
| 284357 | |
| 284355 | |
| 284354 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기