스크롤되는 최근글 갤러리 스킨 가능할가요? 정보
그누보드 스크롤되는 최근글 갤러리 스킨 가능할가요?첨부파일
본문
http://www.anamoptics.co.kr/ 에 보면 최근글 갤러리가 섬네일 형식으로 되어 오른쪽에서 왼쪽으로 스크롤 되는데요...
첨부한 스킨 소스를 이용하여 위와 같이 수정좀 부탁드립니다
첨부한 스킨 소스를 이용하여 위와 같이 수정좀 부탁드립니다
댓글 전체
확인은 안해 봤는데요.. 마퀴를 이용하면 되지 않을까 싶어서 올려봅니다.
안되신다면 좀더 고수님들이 정학한 답변이 있기를 ^^*
===================================
<table width=100% cellpadding="0" cellspacing="0" border=0>
<tr>
<td align=center cellpadding="0" cellspacing="0"><marquee direction=left scrollamount=3 onMouseOver="stop();" onMouseOut="start();"><a href='<?=$list[$i][href]?>'><img src='<?=$list[$i][file_image1]?>' width='<?=$image_width?>' height='<?=$image_height?>' border=0 alt='<?=$list[$i][wr_subject]?>'></a></marquee>
</td>
</tr>
</table>
===================================
안되신다면 좀더 고수님들이 정학한 답변이 있기를 ^^*
===================================
<table width=100% cellpadding="0" cellspacing="0" border=0>
<tr>
<td align=center cellpadding="0" cellspacing="0"><marquee direction=left scrollamount=3 onMouseOver="stop();" onMouseOut="start();"><a href='<?=$list[$i][href]?>'><img src='<?=$list[$i][file_image1]?>' width='<?=$image_width?>' height='<?=$image_height?>' border=0 alt='<?=$list[$i][wr_subject]?>'></a></marquee>
</td>
</tr>
</table>
===================================