views:

518

answers:

1

I am trying to set up a sites navigation which extends over several levels. I have built one option for the client where the different levels open using jquery and want to now see how this looks within a modal window.

However,

I am using FancyBox FancyBox which I have used to load the navigation from an ajax call. It displays fine until you click to access the next layer which causes the window to close.

Any ideas how I can keep the window open until the user reaches the end point?

Help much appreciated.

EDIT:

apple have a slightly similar thing going on on the following page but with photos,

Apple

It all seems to be the same window not reloads like most modals.

+1  A: 

I have worked out how best to do this, need to use the callbackonshow function that is built in to fancybox.

DanC