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.
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
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?
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
4 matches
Mail list logo