I don't know the answer to your question, but i will provide you some
advice that you'll get better/faster help if you make your subject
lines more in line with what you are having an issue with....

for instance, your problem is related to the cycle plugin, if you put
"cycle" somewhere in the subject instead of "what i am doing wrong",
which could be anything, you would have/will have gotten help right
from the guy who wrote it (Mike Alsup)...  but as is, chances are he
won't get in here to answer your question because he won't know any
better




On Nov 24, 5:59 pm, theCrandallSter <[EMAIL PROTECTED]> wrote:
> // when the mouse is hovering over the category link
>          $("#menu li a[id]").hover(function(){
>
> // hide the default image and description
>                 $(".js_off").fadeOut("fast");
>
>  // display the slide show section whose class matches the category
> link's id
>                 var cat=$(this).attr('id');
>                 $("div.slideshow."+ cat +".ns").fadeIn("fast");
>
>  // when the mouse leaves that category link
>          },function(){
>
>  //hide the class
>                 $(".slideshow").fadeOut("fast");
>
> // display the default image
>                 $(".js_off").fadeIn("fast");
>  });
>
> The JS Debugger does not return any errors and everything works,
> except the cycle plugin, which returns no error. I am expecting the
> corresponding slide show to appear, but no luck.

Reply via email to