请问高手像http://www.it-ezone.com/首页的那种不用flash实现图片轮换的效果是怎么弄的,要用什么语言开发,请高手解答,谢谢~

解决方案 »

  1.   


    <div id="HAD01">
                <div id="example">
                    <div id="ribbon">
                    </div>
                    <div id="slides">
                        <div class="slides_container" style="overflow: hidden; position: relative; display: block;">
                       
                        <div class="slides_control" style="position: relative; width: 1290px; height: 270px; left: -430px;"><a target="_blank" href="hotNews_1106112238189.html" style="position: absolute; top: 0px; left: 430px; z-index: 0; display: none;"><img width="430px" height="270px" alt="news" src="AD/1106112238189.gif?1320563152785"></a><a target="_blank" href="hotNews_1106110845797.html" style="position: absolute; top: 0px; left: 430px; z-index: 5; display: block;"><img width="430px" height="270px" alt="news" src="AD/1106110845797.gif"></a></div>
                       
                        
                       
                        </div>
                        <a class="prev" href="#">
                            <img width="16px" height="30px" alt="Prev" src="images/pre.gif"></a> <a class="next" href="#">
                                <img width="16px" height="30px" alt="Next" src="images/next.gif"></a>
                    <ul class="pagination"><li class=""><a href="#0">1</a></li><li class="current"><a href="#1">2</a></li></ul></div>
                    <img width="440" height="300" alt="it-ezone" id="frame" src="images/jbg.gif">
                </div>
            </div><script src="js/slides.min.jquery.js" type="text/javascript"></script>    <script type="text/javascript">
            $(function() {
                $('#slides').slides({
                    preload: true,
                    preloadImage: 'img/loading.gif',
                    play: 5000,
                    pause: 2500,
                    hoverPause: true
                });
            });
        </script>就是用的这个jquery插件 .
      

  2.   

    <a href="http://www.codudu.com">宅男圣地!</a>
      

  3.   

    要做flash效果,需要一个插件,JS是不能实现转换flash效果的。你度娘一下图片flash应该会有
      

  4.   

    从中随便挑个不用flash的