CSS Popup Menu

Almost any website require navigation menu so it customers can easily navigate through the site categories and different sections and it's quite important to make it clear with nice design look so it was easy to navigate for any user.

But quite often it's big challenge as you need to know a lot of things like CSS, HTML and JavaScript or hire some people to design and program a good menu for you.

To help everyone in this complicated process we prepare special instructions to simplify menu creation and make this process very simple so anyone can add a nice adorable menu to his site in couple of minutes.

Usually there are no limits how incredible menu or navigation you can build and it's only question about your imagination. Just drop us a message about your requirements and we will build you a tremendous CSS Pop-up menu for FREE.

Custom Menu for FREE

In case you don't like or can't find appropriate menu for your personal site from our predefined menu examples available on this site we can help you to build your own customized menu absolutely for free. But please note that any custom menu we will do for free will be shared on this site and any of site visitor can use it for free as well.

To start new menu development we will require some screenshots how it should looks with detailed description in one of the following format PSD, JPEG, PNG, GIF. If your menu will use custom fonts also we will need font files in one of the following format: WOFF, WOFF2, TTF. If you are interested in this FREE customization service don't wait any longer and contact us today using our support form here.

Please be aware as this service is absolutely free we don't need from you any payment or credit card details, only images, fonts and other useful information which could help us to build you custom CSS menu for free.

Menu Example
Below is very simple menu but it give you a general idea how Popup menu works and could looks.


This menu example use default site styles: <link href="http://www.onlymenu.com/styles/onlymenu.css" rel="stylesheet" type="text/css" /> and special JavaScript for different popup effect which you can easily include on your site as well by adding both to your HTML HEAD section:
<script src="http://www.onlymenu.com/js/init.js" language="JavaScript" type="text/javascript"></script> Please note that to build your own menu links you need to know a little bit of HTML. In general you need to know about the following tags <A> <UL> <LI> <SPAN> <DIV>
And below an HTML code example of menu shown above: <div class="menu"> <div class="nav-expand" data-js="expand" data-tag="ul"><span>Menu</span><i></i></div> <ul data-js="nav" class="nav-header"> <li class="nav-active"> <i class="expand"></i><a href="#" ><span>Home<span></a> </li> <li> <i class="expand"></i><a href="#" ><span>Products<span></a> <ul> <li><a href="#">Category 1</a></li> <li><a href="#">Category 2</a></li> <li><a href="#">Category 3</a></li> </ul> </li> <li>...MORE...LI...TAGS...</li> </ul> <div class="clear"></div> </div>
-->
ViArt Ecommerce Solutions