Hi Karl, thanks. I had viewed that site once before, but not so extensively. But some advanced examples come close, so i will play with that one...
The following link shows a bit what effect i want. http://www.commadot.com/jquery/faq.php If you click example one and after a few seconds again and so on.... But then with an image and without the need of clicking... But thanks, i'm going to play with your suggestion now :-) On Nov 23, 1:49 am, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Hi Pathos, > > It sounds like the Cycle plugin would do something very similar to > what you're looking for. > > http://www.malsup.com/jquery/cycle/ > > It's very customizable with all sorts of effects that you can apply to > the transitions. > > --Karl > _________________ > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On Nov 22, 2007, at 5:13 PM, Pathos wrote: > > > > > Hi Brett, > > > thanks for replying. The link on the second link doens't exist > > anymore. But the first is one part of the effect i'm after. > > > I want a div to slide down with an image in it, after x seconds it > > slides up again en comes down again with another image. Without a > > trigger that would trigger the div to go up or down, just constantly > > after x seconds. And a loop after the last image to the first. > > > I will try to find an example in flash, a real life image is always a > > better description :-) > > > On Nov 21, 10:39 pm, Brett <[EMAIL PROTECTED]> wrote: > >> Do these help?http://interface.eyecon.ro/demos/slideshow.html > > >>http://www.dzone.com/links/very_nice_jquery_slideshow.html > > >> On Nov 21, 3:30 am, Pathos <[EMAIL PROTECTED]> wrote: > > >>> Hello everybody, > > >>> after hearing about JQuery i am now plungin in and i really like the > >>> possibilities of jquery. > > >>> I'm trying to get the next result and i'm not sure if its > >>> possible. I > >>> want a div to go down with an image and go up after x seconds and go > >>> down with a new image. I tried animated.innerfade and getting a > >>> div go > >>> up and down with: > > >>> <script type="text/javascript"> > >>> jQuery.noConflict(); > >>> jQuery(document).ready( function() { > >>> jQuery(".klikdiv").toggle(function(){ > >>> jQuery("#downdiv").slideDown("slow"); > >>> },function(){ > >>> jQuery("#downdiv").slideUp("slow"); > >>> });}); > > >>> </script> > > >>> But somehow these two didn't work together. I know that then the div > >>> only would slide when a link was clicked, but i wanted to try to get > >>> that effect out later. > > >>> My question is if this is possible and maybe someone knows a better > >>> way of doing it or a plugin with this effect. Its an effect you > >>> see in > >>> Flash, but of course using jquery would be so much better :-) > > >>> Greetings, > >>> Joris

