我用的是dzx2.5,在这个里面用到flash,功能能实现,但不是很理想,因为1,2,3在左上角。所以我今天找了下源码发现在static/js/common_extra.js里的686行687行有两句
把这两句改成
this.slidebar.style.top= '5px';
this.slidebar.style.left = '4px';
把这两句改成
this.slidebar.style.bottom = '0px';
this.slidebar.style.right = '0px';
看看是不是就跑到右边了?进一步调试吧!
<div class="module cl slidebox">
<ul class="slideshow">
[loop]
<li style="width: {picwidth}px; height: {picheight}px;"><a href="{url}"{target}><img src="{pic}" width="{picwidth}" height="{picheight}" /></a></li>
[/loop]
</ul>
</div>
<script type="text/javascript">
runslideshow();
</script>