How can I create different styles css menu builder ?

Q: Hi, when I save my menu's they all have the same styles. If I want to have two menus on a page, like you do with your demos (one across the top, one down the side), how do I make sure the styles are different?

A: 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.

Related

Recent Demos



Contact US

For troubleshooting, feature requests, and general help, contact Customer Support at Mail. 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.

See More