[jQuery] jquery sequencing image loading. link the images?

2008-10-10 Thread christianslater
hi everybody, I've found a fantastic sript in the internet on chazzuka.com. It load's images sequecial with a nice prelaoder. Could someone give me a hint how to add links to the images so I can combine thme with a lightbox? this is the script: // DOM Ready $(function () { // Image Sources

[jQuery] Re: jquery image highlighter?

2008-10-05 Thread christianslater
} } }); On 2 Okt., 14:53, BB <[EMAIL PROTECTED]> wrote: > Try this: > $(".overlay-div").hover(function() { >   $(this).fadeTo("fast", 0);}, function() { > >   $(this).fadeTo("fast", 0.6); > > }); > > On 2 Okt., 09:13, christian

[jQuery] jquery image highlighter?

2008-10-02 Thread christianslater
hi there, I`m really new to Javascript and looking for a solution to highlight images. So there are small thumbs on the page with an black overlay with maybe 60% opacity. If You rollover the image the opacity fades to 0... Can anyone help me? thanks in advance!

[jQuery] image highlighter?

2008-10-02 Thread christianslater
hi there, I`m really new to Javascript and looking for a solution to highlight images. So there are small thumbs on the page with an black overlay with maybe 60% opacity. If You rollover the image the opacity fades to 0... Can anyone help me? thanks in advance!