Q: In CSS3 Menu Builder, the sub-menu seems to be semi-transparent and allows the back ground items on the website to show through it. How can I resolve this? It is not set as transparent. It has a color assigned to it.
A: Please, find the following code in the code of your page:
div.Object2974 { position:absolute; padding-right:5px; top:649px; left:65px; z-index:28; text-align:center; width:435px; }
Edit z-index property this way:
div.Object2974 { position:absolute; padding-right:5px; top:649px; left:65px; z-index:2; text-align:center; width:435px; }
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.