묻고답하기
이미지, 게시글 관련 질문입니다.
2009.05.11 15:15
안녕하세요
자료실에서 다운받은 위젯스킨 형태 이미지 슬라이드 위젯을 게시판에 설치했는데요.(동작도 확인했구요)
근데 문제는 이 위젯에 이미지와 같이 등록된 게시글도 제가 지정하는 부분에 같이 보여주고 싶은데..
(마우스 오버에 의해 사진과 게시글이 동시에 보여지게 하고 싶습니다)
<div id="slider" class="sliderwrapper">
<!--@for($i=0;$i<$widget_info->list_count;$i++)-->
{@$oDocument = $widget_info->document_list[$i]}
<!-- 큰 이미지 가로와 세로 크기 -->
{@$imgLocation = $oDocument->getThumbnail(380,250,$widget_info->thumbnail_type);}
<div class="contentdiv" style="background: url({$imgLocation}) center center no-repeat"></div>
<!--@end-->
</div>
<div id="page-slider">
<table>
<!--@for($i=0;$i<$widget_info->rows_list_count;$i++)-->
<tr valign="top">
<!--@for($j=0;$j<$widget_info->cols_list_count;$j++)-->
{@ $oDocument = $widget_info->document_list[$i*$widget_info->cols_list_count + $j]}
<td <rows_list_count>1)-->class="bottomBorder"