Topic: CSS Menu Issue

I am building a website using Juicebox Pro and a CSS menu. I have tried a couple of different CSS menus, one from Coffeecup HTML editor and another from an internet download from some site I found, but, essentially they produce the same condition. The issue is that the menu sort of works but, when you try to mouse down towards the an image from the Juicebox gallery, Juicebox takes focus and the menu disappears.

please check out http://www.strutphoto.com for an the example.

Not sure where to look for this one, thanks in advance.

Re: CSS Menu Issue

Increase the 'z-index' values of your menu elements in your 'style.css' file.
Open the file in a plain text editor, search for 'z-index' (there are four instances) and change the three '200' values to '2000' and the single '500' value to '5000'. That should ensure that the drop-down menu is stacked above the Juicebox gallery and does not disappear when hovering over the gallery.

Re: CSS Menu Issue

That took care of the issue.

Thanks!