Hi Mike!
I've just solved the problem, it was a parsing error due to a comma in
front of the last option as in the exemple below:
$("#thumbnails").cycle({
fx:'dvThNails',
timeout:0,
pager:"ul.nav",
pagerAnchorBuilder: function(idx, slide){
return 'ul.nav li:eq(' + (idx) + ') a';
}, // this extra comma was removed and the problem solved in
IE6/7 and Safari (Sorry, my bad!)
});
Here is the test page link: http://eddielt.hyperphp.com/3d.html
Thank you for your response, btw, great, great plugin!!!
On 27 abr, 11:19, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> > Hails! I've been having a trouble with a custom effect on IE and
> > Safari, but it works perfectly on Firefox, although Firebug shows the
> > following message: "[cycle] unknown transition: custom". It's not a
> > error message, but I believe it has something to do with the bug in IE
> > and Safari. Then, I tried turning the custom effect into a transition
> > definition as the described in the Cycle documention (http://
> > www.malsup.com/jquery/cycle/adv2.html) and now it works in the same
> > way on Firefox, but without that message on Firebug.
>
> Hi Eddie,
>
> The log message you see is confusing and I'll fix that. But you
> haven't provided enough information for me to help with the real
> problem. Can you post a link?
>
> Mike