Q: I downloaded your product.
I would need to place 2 css menus on one page. How can I do it? Help me!
A: It's possible to have 2 CSS3Menus on the same page. Each CSS3Menu should have unique ID in html code, for example:
<ul id="css3menu1" class="topmenu">
<ul id="css3menu2" class="topmenu">
...
and in generated .css files, for example:
ul#css3menu1,ul#css3menu1 ul{
ul#css3menu2,ul#css3menu2 ul{
...
You can use "Insert to page" wizard to insert several menus. All IDs and folders will be
generated automatically in this case.
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.