Use the "displayNav" option. It should be there by default if there's more than one piece in the gallery. Otherwise it won't show up.

Michael

On Jan 26, 2008, at 2:37 PM, Rick Faircloth wrote:


Hey, Michael...

How do I get the "Next" "Previous" "Close" to show up
at the bottom of the page.  I couldn't see instructions
for that. (My eyesight is getting bad so that could be the problem. :o)

Thanks,

Rick

-----Original Message-----
From: jquery-en@googlegroups.com [mailto:jquery- [EMAIL PROTECTED] On Behalf Of Michael J.
I. Jackson
Sent: Saturday, January 26, 2008 2:46 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Can't get new Shadowbox plug-in to work. :o(


Hi Nico,

I just got finished updating the script. You hit the nail on the
head, but I fixed it in a slightly different way. I updated the
examples page accordingly.

Thanks,

Michael

On Jan 25, 2008, at 10:24 PM, Andronicus Riyono wrote:


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