Pure CSS Menu Maker Logo

FAQ

Why is my menu not working properly?

Your web page probably contains invalid html code. PURE CSS Menu requires that your web page have valid html code. Validating your web page will probably fix the problem.

Why doesn't my menu work in Internet Explorer version 7?

PURE CSS Menu doesn't support Internet Explorer versions below 8. It never will.

When I copy and paste the html, it changes. It is no longer a drop down, but a bulleted list. How do I fix this?

This is because you have neglected to include the CSS file, "cm-style.css"

How do I make individual menus wider than their default size?

Add non-breaking spaces ( ) to the ends of menu elements. This simulates padding.

How do I center a menu?

Apply the following style to the ul element with the id of cm_nav:

style="display: table; margin-left: auto; margin-right: auto"

Here's an example:

<ul id="cm-nav" style="display: table; margin-left: auto; margin-right: auto">
   <li><a href="#" class="arrow">My Menu</a>
      <ul>
         <li><a href="#">My Sub Menu</a></li>
      </ul>
   </li>
</ul>

Home | Contact | FAQ | Download
Valid XHTML 1.0 Transitional Valid CSS!