How Can I Make Menus Like These?

Ive got a collection of CSS templates, will find them now and edit with a link :)

Code:
http://rapidshare.com/files/99128373/PRO-CSS-MENUS.rar
http://rapidshare.com/files/149098712/18_css_menu.rar
 
Last edited:
If you mean the dropdown menus. It's javascript. If you are not a coder the best bet would be to find a wordpress theme that does those. There are plenty of them out there and plenty of premium themes that have been released on here lately have them. Try Coldstone theme for example. Hope that helps.
 
i was just over at dynamicdrive.com looking for a script that would make those blue dropdowns. those menus would be great for my new web site! :D

hope i don't have to hack that page apart... ugh!
 
there's a company called Milonic (sp?)

they offer drop down menus, huge selection and quality products.
 
thanx guys! there are some great dd-menus in those two files.
more than enough to keep me busy... :D
 
Code:
http://www.cssplay.co.uk/menus/

This site has multi level menus with CSS only
 
you dont need Js for such stuff

to make drop down in css, you just have a <ul><li> inside a <ul><il>
the second LI is set to display:none, then LI:hover display:block, so it only shows when some1 hovers it
 
glad i don't need JS to do this, since many people turn it off for security reasons.
 
That can be done with an regular suckerfish menu. Not too complicated. Although... That specific example you posted a link to got some extra js attached too but it's not directly problematic to make one own.

I'm at work now but will see if I can digg up some of my old menus to post when I get back home.

And...Yes you need some Js to make that menu work in all browsers. The good part is that you don't have to make it yourself. It's a cut and past code snippet only. ;)
 
Ive got a collection of CSS templates, will find them now and edit with a link :)

Code:
http://rapidshare.com/files/99128373/PRO-CSS-MENUS.rar
http://rapidshare.com/files/149098712/18_css_menu.rar


Word of caution... there are some image files missing from those menu scripts.
There's supposed to be a 1x1 transparent gif included, but it was omitted.

You can get it from this link: www.stunicholls.com/css/trans.gif
However you'll need to rename it, "transparent.gif"

Files "hover_drop_1.zip" and "hover_drop_2.zip" both call "transparent.gif" from
the css file. You'll need this gif image to make these menus work right on
MSIE 7.
 
Back
Top