[jQuery] jquery slideshow

2009-09-25 Thread Shravan Garlapati
Hi, I want to use jquery slideshow. I have a side menu bar with 15 different options. When I choose an option from menu bar, different slide shows must appear in the same div. I would really appreciate if any body can help me with this. Shravan.

[jQuery] Jquery slideshow help

2009-05-19 Thread ongdesign
Hi, I'm hoping someone can help with this (seemingly simple) project! My test page is up at http://tinne.pair.com/ong/jqtest/index4.html http://tinne.pair.com/ong/jqtest/index4.html The desired behavior: there are six "rotating" images, that are just supposed to cross-fade over one another (a

[jQuery] jQuery slideshow

2008-08-27 Thread admi99
I'd like to do slideshow by myself but I've met some problems. This example is quite simplified: var pos= 0; slide = function(){ currImg[pos].fadeOut("slow", function(){ curImg[pos+1].fadeIn("slow", slide() ); } pos = pos + 1; ); } It's wrong example because of recursion. How can it be made?

[jQuery] Jquery slideshow plugin, unstyled content

2007-05-02 Thread tzmedia
IS there anyway to not have the slideshow: http://interface.eyecon.ro/demos/slideshow.html show the photo's sort of in a vertical line until they all load. It really makes me not want to use this particular setup, even though it's perfect for what I want. There really are not to many slideshow typ