CSS Menu Generator

Monday, 21. September 2009

While ago I was searching for some drop down menu examples using only html and css. I found plenty of them, but all had a single problem in common: compatibility with IE.

Even I was using only basics html tags, like: <ul>,<li> and <div>, on IE6 and IE7, the drop down menu wasn’t working. Anyway in my researches how to solve this problem, I have found this online menu generator. It has a nice and easy to use interface with out knowledge about coding and it is doing the job properly. The generatred code I have tested it on IE, FireFox, Opera and Safari. On all browsers the menu worked as it should.

Here is short review about this tool:

Good Things:

  1. easy to use interface.
  2. easy to integrate in your project.
  3. works with IE, FireFox, Opera and Safari browsers.

Bad Things:

  1. it use JS. So this might slowly the page loading.
  2. the generated css, html and js are very ugly formatted.

Anyway here you can find the tool: http://www.mycssmenu.com/

On the opened page, just select an appropriate menu template and click “Customize”.

Comments are closed.