[jQuery] Re: Adding carousel to gallery help please

2008-12-17 Thread expat101
how can i add jquery cycle to this?? http://malsup.com/jquery/cycle/download.html http://illusionz.x24hr.com/?q=content/welcome#undefined http://devkick.com/lab/galleria/ jQuery(function($) { $('ul.gallery').galleria(); }); On Dec 18, 1:55 am, expat101 wrote: > Can so

[jQuery] Re: Adding carousel to gallery help please

2008-12-17 Thread expat101
if i jump by clicking the thumb to the 6th image, i can then loop the rest On Dec 18, 1:55 am, expat101 wrote: > Can someone help me with my gallery please > > why does it stop after the 5th image? all i get is a black/blank > container? > > http://illusionz.x24hr.com/?q=conte

[jQuery] Adding carousel to gallery help please

2008-12-17 Thread expat101
Can someone help me with my gallery please why does it stop after the 5th image? all i get is a black/blank container? http://illusionz.x24hr.com/?q=content/welcome and how can i add a carousel to the gallery so it auto starts and loads the images?

[jQuery] Re: How to achieve 2 "moo" gallery effects?

2008-12-10 Thread expat101
hey thanks a lot i have a look at them. On Dec 10, 3:30 am, Paul Mills <[EMAIL PROTECTED]> wrote: > Have a look at these two plugins: > > Galleria -http://devkick.com/lab/galleria/ > > Cycle -http://malsup.com/jquery/cycle/ > > Paul > > On Dec 9, 5:57 am, e

[jQuery] How to achieve 2 "moo" gallery effects?

2008-12-08 Thread expat101
I am looking for gallery and slideshow effects like these, can i achieve them with jquery and how please http://tools.yootheme.com/yootools/extensions/yoogallery.html http://smoothgallery.jondesign.net/showcase/gallery/#myGallery-picture(4)

[jQuery] Re: How can i do Image rollover with simple gamma change?

2008-11-24 Thread expat101
er with simple gamma change? > > Yes... > > You can use the animate method to fade in/out any element by applying > opacity. > > andy > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of expat101 > Sent: Monday, No

[jQuery] How can i do Image rollover with simple gamma change?

2008-11-24 Thread expat101
I would like to have an image rollover with just basic gamma change to highlight an image...can this be done with basic jquery?