Topic: to put the menu in front of the gallery
Hello, I have a page which contains a JB gallery and a menu ; when one moves over the menu, the submenus should appear in front of the gallery, but no. To see them, I've put these CSS properties :
menu (html div) : position : relative and z-index : 1
JB gallery (div also) : position : absolute and z-index : 9999
but no ; so how to do ?