[jQuery] jcarousel loading hidden images after refreshing the page

2009-02-23 Thread myjquery
Hi all i'm using the jcarousel scripts to do the images sliding like here: http://sorgalla.com/projects/jcarousel/examples/static_controls.html my images are like around 100 x 100. I have 9 in total, but display 3 at a time. The problem is every time i refresh the page, it loads all the 9 images

[jQuery] Re: image rollover

2009-02-18 Thread myjquery
$(this).hover(function(){ image.addClass("background"); details.addClass("show"); },function(){ image.removeClass("background"); details.removeClass("show&q

[jQuery] Re: image rollover

2009-02-18 Thread myjquery
I found one solution. But the code is bloated. I need to put it in a loop. Here 3 is the maximum li numbers. How can i put it in a loop? Thanks $(document).ready(function() { $("li.episode:nth-child(3n+0)").hover(function () { this>$('li.episode:nth-child(3n+0) img').addClass("backgro

[jQuery] Re: image rollover

2009-02-18 Thread myjquery
Thanks guys. I'll test these out. Will post the results soon. On Feb 18, 11:43 am, mkmanning wrote: > You can take a slightly different approach, which might simplify your > markup, css and js. Since you're using absolute positioning, you can > absolutely position your image over your text, then

[jQuery] image rollover

2009-02-17 Thread myjquery
Hi all, im a newbie - infact just start learning jquery today! I'm trying to work on an image mouseover function. When the user mouse- over the image, the image will turn almost transparent and then some text will appear on the top of the image. Something like this on this site: http://www.bbc.c