Q: I am hoping you can help me. I have designed a site using CSS3 and VisualLightbox. When the light box opens, the menu is ontop... Any suggestions:) Thank you.
A: Please, open the generated .css file in any text editor. Find the following code and
try to change z-index parameter. For example:
ul#css3menu1 {
border-radius: 0 0 0 0;
display: inline-block;
font-size: 0;
padding: 10px 10px 10px 0;
position: relative;
z-index: 10;
}
For troubleshooting, feature requests, and general help,
contact Customer Support at . Make sure to
include details on your browser, operating system,
CSS3 Menu version, link to your page.
In most cases you'll get a reply within 1 business day. Please read the FAQs first to see if your question has already been answered.