묻고답하기

이미지 of 롤링 위젯을 사용중인데요...

하단에 사이트배너로 사용하려 하는데 이미지를 클릭시 확장변수로 입력한 url(새창)을 뜨게 하는 방법이 어떻게되나요?

 

<!--%import("./css/default.css")-->

<!--%import("./js/jquery.mousewheel.js")-->
<!--%import("./js/jcarousellite_1.0.1.js")-->
<!--%import("./js/jquery.easing.1.3.js")-->

<div class="carousel">
 
<!--@if($widget_vals->controls == "buttons")-->
 <a href="#" class="btn"><img src="./img/imageNavLeft.png" class="prev prev{$fi_widget_count} iePngFix" /></a>
<!--@end-->
  <div class="jCarouselLite{$fi_widget_count} jCarouselLiteCommon">
   <ul>

<!--@if(count($widget_vals->document_list))-->
   <!--@foreach($widget_vals->document_list as $oDocument)-->
    <!--@if($oDocument->document_srl != 0)-->
       <li><a href="{getUrl('','document_srl',$oDocument->document_srl)}" alt=""><img src="{$oDocument->getThumbnail($widget_vals->thumbnail_width,$widget_vals->thumbnail_height,$widget_vals->thumbnail_type)}">
       <!--@if($widget_vals->title_visibility == "true")--><div class="title">{$oDocument->getTitle($widget_vals->title_length,'..')}</div><!--@end-->
   <!--@end-->
<!--@else-->
       <li class="noimage" style="width:{$widget_vals->thumbnail_width}px; height: {$widget_vals->thumbnail_height}px; " alt="첨부된 이미지가 없습니다."></li> 

<!--@end-->
   </ul>
  </div>

<!--@if($widget_vals->controls == "buttons")-->
  <a href="#" class="btn"><img src="./img/imageNavRight.png" class="next next{$fi_widget_count} iePngFix" /></a>
<!--@end-->
</div>

<script type="text/javascript">

 function dj(val){
  if(window && window.console && window.console.debug) window.console.debug(val);
 }
jQuery(document).ready(function(){

 

 jQuery(".carousel .jCarouselLite{$fi_widget_count} li img")
  .css('width', {$widget_vals->thumbnail_width})
  .css('height', {$widget_vals->thumbnail_height})
  .css('margin', {$widget_vals->img_margin})
  .css('border-width', {$widget_vals->border_width})
  .css('border-color', '{$widget_vals->border_color}')
  .css('border-style', 'solid');

 jQuery(".carousel .jCarouselLite{$fi_widget_count} .title")
  .css("width", {$widget_vals->thumbnail_width} + {$widget_vals->img_margin} * 2)
  .css("color", '{$widget_vals->title_color}')
  .css("font-size", '{$widget_vals->title_size}')
  .css("font-family", '{$widget_vals->title_font}');

 if(jQuery(".jCarouselLite{$fi_widget_count}").jCarouselLite){

  jQuery(".jCarouselLite{$fi_widget_count}").jCarouselLite({
<!--@if($widget_vals->controls == "buttons")-->
     btnNext: ".next{$fi_widget_count}",
     btnPrev: ".prev{$fi_widget_count}",
<!--@end-->
<!--@if($widget_vals->controls == "auto")-->
     auto: {$widget_vals->auto_scroll_msec},
     speed: {$widget_vals->scroll_speed},
<!--@end-->
<!--@if($widget_vals->scroll_speed)-->
     speed: {$widget_vals->scroll_speed},
<!--@end-->
<!--@if($widget_vals->mouseoverstop)-->
     mouseOverStop: {$widget_vals->mouseoverstop},
<!--@end-->
<!--@if($widget_vals->mouse_wheel)-->
     mouseWheel: {$widget_vals->mouse_wheel},
<!--@end-->
<!--@if($widget_vals->sliding_effect)-->
   easing: "{$widget_vals->sliding_effect}",
<!--@end-->
   visible: {$widget_vals->shown_image_num}
  });
 }

 jQuery('.carousel .prev{$fi_widget_count}, .carousel .next{$fi_widget_count}')
  .css('top', ( parseInt(jQuery('.jCarouselLite{$fi_widget_count} li').height()) - parseInt(jQuery('.carousel .prev{$fi_widget_count}').height()) ) / 2);

});
</script> 

 

이 소스 중에서 저 빨간 부분을 수정하면 될것같은데 말이죠 ㅠ

------------------------------------------------------------------------------------------

크롬에서는 정상작동됩니다만 익스플로러에서

캡처.PNG


다음과 같이 스크롤이 뜨는데 해결방법좀 알려주실수 있을까요

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
아가씨 보드쪽에 재생될때 미디어 플리이어 9 스킨으로...  
seraph 홈피에 검색창에 연결하려고 합니다. [2] 2007.08.10
PHP초보 웹호스팅관련 [3] 2007.08.10
김승현 질문입니다 [1] 2007.08.10
이영진 반짝이는글씨..할줄아시는분...  
전치원 ^^; 표가 화면에 꽉 달라붙게.. [2] 2007.08.10
김병화 Flash Mx 에서의 외부텍스트 한글이 깨지는문제 답변좀 ? [1] 2007.08.10
성시은 링크시킨다음에......  
장준기 이 태그에서 링크될 주소를 바꾸려고하는데 어떻게해야할까요; [1] 2007.08.10
김재민 자기컴퓨터에선 홈이보이는데 웹에선 안 보일때; [1] 2007.08.10
박수현 고정주소 땨문에~~~~~~~~~~~~~~~~~~~ [1] 2007.08.10
5801 스크롤바 질문이여!!  
마니 포토샵 색상설정값이 이상한데요 봐주세요ㅠㅠ  
dkxmqhdl 배너광고요,,  
한호영 노프레임에서 똑같은 이미지는 트래픽 한번만 먹나요_?  
풍월주인 php에서 잘못된 프로그래밍을 할 경우 어떻게 되나요?  
심지윤 iframe + 자바 질문입니다  
허현아 플래시 5.0 프레임 질문입니다.  
roy 드림위버에서 작업해서 알ftp 이용해서 계정에 업로드하는데요.. [2] 2007.08.10
ceberus 질문 하나더;  
무도리 클릭으로 배경색을 바꾸고 유지.  
윤석원 나모에서 하이퍼링크에 대한 질문이요. [1] 2007.08.10
박상현 왜 체크박스가 안 보이는 거죠?  
윤석원 나모에서 하이퍼링크에 대한 질문이요. [1] 2007.08.10
박상현 왜 체크박스가 안 보이는 거죠?  
최경준 asp를 이용해서 textarea에서 태그사용가능하게.. [2] 2007.08.10
튀니 html 파일을 include 했더니... [1] 2007.08.10
성모천사 질문이요 [ 제발 답변 주세요 ㅠ_ㅠ] [2] 2007.08.10
김정철 온라인 주문폼 이요.......  
dejavu (포토샵) 종이 겹침 효과... [1] 2007.08.10