Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problem with jquery fader

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #35063
    hal8
    Member

    Hi

    Can anyone help me out with my fader on http://no1fitness.co.uk/BenPT/index.html

    It seems that after a while it just disapears.

    Can anyone please help.

    #90243
    Mottie
    Member

    It’s because of this code – just remove it

     $("#intro-slider").hover(function() {
    $("ul#slides").fadeIn(5000);
    }, function() {
    $("ul#slides").fadeOut(5000);
    });

    The jquery cycle plugin does the fading of the slides, so I’m not really sure what that bit of code was intended to do.

    #90253
    hal8
    Member

    Thanks for the reply. I tried removing it but it didnt work.

    #90256
    Mottie
    Member

    I still see it on the page… that code causes the entire slider to fade out, but only when you hover over it.

    #90257
    hal8
    Member

    Yep, your right Mottie. Cheers mate. I didnt remove it all when i did it earlier.

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.