Currently Exploring

menu

After realizing my pages got hidden in the big sidebar, I decided to move them and the search box just below the header. A ul/li combination did the trick: Here’s the CSS style for it. Add it in style.css. /* Top menu: pages */ #ja-botnav { background: #CCC; clear: both; margin: -2px 0; padding: 5px [...]

This menu features a simple .js code, without jQuery, or other complicated Javascript library. Built on prototyping functions, the menu functions perfectly both on Firefox and IE. I have tested it with IE7 and IE8, and it yielded no error. Download the files below and play with the demo. Remember to place the Javascript caller [...]

Here is a very simple Javascript switch menu based on Javascript and CSS. Does not use ul/li structure and is very easy to configure and style on parent/child basis, using CSS. Download/View Switch Menu

The following menu was created yesterday while I was too tired to work, but too active to go to sleep. I thought it might be a good addition to my blog and someone could use it for navigation. No backlink is necessary. Download: CSS Neon Menu

Working on some CSS menus, and owing my readers some samples, here are 4 CSS menu types, easy to implement. Download all 4 samples here. 1. Horizontal block menu with advanced hover effect. 2. Menu bar resembling Microsoft Windows style. Great for integrating with web control panels or administration interfaces. 3. Rounded corners using only [...]