On Jan 26, 2008 4:33 AM, Rick Faircloth <[EMAIL PROTECTED]> wrote:
> ...
> As soon as I changed it to a normal text link, it worked perfectly!
> ...

I was trying to use shadowbox on image link like:

<a href="images/large/39884_2.jpg" rel="shadowbox"><img width="140"
src="images/thumb/39884_2.jpg"/></a>

and can't get it right, until,

I changed the shadowbox-jquery.js, line 99 (from the src one) from:

return e.target;

to

return e.srcElement || e.currentTarget || e.target;


Because shadowbox was looking for href attribute in the img element.

Hope this helps people with similar problem.

Regards,
Nico

-- 
---------------------------------------------
 There's nothing impossible for an open mind
---------------------------------------------

Reply via email to