Hi guys, I am searching for a image slideshow jquery/JS script similar to: http://www.babyscorner.be/NL/Start Please help finding me the scripting. Thanks
Yeah mate, it's done with jQuery UI Tabs <script type="text/javascript"> $(document).ready(function(){ $("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true); }); </script> Code (markup): Check here for the DEMO of the script they are using (I think it is this one): http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/
http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html Use this link ,this code may help you.