So bascially, I’m working on a jquery menu that has a fixed position on the top right of a page. The “Navigation” box will always be displayed. When clicked, it expands to display Applications, Forum, Guilds and Projects”. And when a sub menu is clicked, it will expand as well as shown with Applications.
http://i46.tinypic.com/xp6gox.png
I can’t get the css to look like this image. A few details are 6px padding in each “boxes”, 3px bottom margin under them, sub-menu will have gray backgrounds, the width of each box is dependent on the width of it’s text.
Here is the actual HTML/CSS http://www.jsfiddle.net/3HAKX/
Any help would be much appreciated.
The CSS will look like:
www.jsfiddle.net/3HAKX/1/Do you want a JS script for a drop down menu too?