求一个能在ASP.NET下运行的JS图片切换特效,在网上找到的只能在HTML下运行,移到asp里面不行,那位大仙解决一下

解决方案 »

  1.   

    在网上找到的只能在HTML下运行,移到asp里面不行,那位大仙解决一下一般稍微修改下即可如原来的
    xxID.xxx
    需要改成document.getElementById("xxID").xxxxcss设置要加pxevent要注意兼容性
      

  2.   

    这儿有一个,看是不是你想要的效果。可以查看源文件获取代码。其实这些效果与ASP.NET 没有关系,生成相应的html代码就行了。
    http://www.tushuzazhi.com
      

  3.   

    用的是Jquery cycle
    <script type="text/javascript" src="/Js/jquery.cycle.all.min.js"></script>
    <script type="text/javascript">
        $(function () {
            $('#slideshow').cycle({
                fx: 'turnDown',
                speed: 'fast',
                timeout: 3000,
                pager: '#nav',
                slideExpr: 'img'
            });
        });
    </script>
      

  4.   

    [code=HTML]<div id="slideshow" class="pics">
        <div id="nav">
        </div>
        <a target="_blank" href="http://union.dangdang.com/transfer.php?from=P-266780&ad_type=10&sys_id=1&backurl=http%3A%2F%2Ft.dangdang.com%2F20120827_pjz5">
            <img src="http://img4.ddimg.cn/00067/zy/fhsj_zy120822_538228.jpg" alt="" border="0" width="528px" height="228px" />
        </a><a target="_blank" href="http://union.dangdang.com/transfer.php?from=P-266780&ad_type=10&sys_id=1&backurl=http%3A%2F%2Fstatic.dangdang.com%2Ftopic_custom%2Fpublication%2F2272_224859.shtml">
            <img src="http://img4.ddimg.cn/00067/zy/tjss_zy120713_538x228.jpg" alt="" border="0" width="528px" height="228px" />
        </a>
    </div>
    [/code
      

  5.   

    <a href="http://download.csdn.net/detail/xxaiwho/3128805">超酷JS拖拽翻页效果</a>
    <a href="http://download.csdn.net/detail/xxaiwho/3128796">收藏10多款超炫JS图片展示效果</a>  我收藏的  ,可以参考一下。