Hi NesFuratu, here's a great resource for menus:
http://www.cssplay.co.uk/m
Take a look at this horizontal dropdown with subs:
http://www.cssplay.co.uk/m
Main Topics
Browse All TopicsDoes anyone have a good example of a pure CSS horizontal menu that supports sub menus and sub sub menus? Please see xml representation of the menu.
Any help appreciated. Thanks. I would have given more points if I had more... Sorry.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi NesFuratu, here's a great resource for menus:
http://www.cssplay.co.uk/m
Take a look at this horizontal dropdown with subs:
http://www.cssplay.co.uk/m
Another from that site:
http://www.cssplay.co.uk/m
Many of the menus at cssplay.co.uk, including the two Daydreams linked to specifically, use a nasty hack to make them work in IE5-6/Win. They only validate because they use conditional comments to only show the invalid nesting to IE5-6/Win. They also use <table>s that would otherwise be unnecessary and are semantically incorrect.
I realize this is a bit of a lecture, but they are important issues, so please bear with me.
I consider CSS hacks to be a necessary evil in many cases, due to the differences in browser implementations, especially of IE5-7. (I'm not saying that you shouldn't try to find better alternatives to them though.) However, markup hacks should be avoided whenever possible. (Why I consider them different comes down to the different purposes of [X]HTML and CSS.) I don't have a problem with conditional comments when used to hide stylesheets from other browsers because they give better control than CSS hacks and, when used with care, are more future proof.
The term "pure CSS" is a misnomer. A stylesheet by itself is useless. You need some structure, often [X]HTML, for the styles to be applied to.
Due to IE5-6's support for the :hover pseudo-class being limited to <a> elements, you need more than just [X]HTML and CSS to make fly-out and drop-down menus work in them. The best way, though support for it will be disabled in some users' browsers, is to use JavaScript/JScript, either directly or through an .htc file. The other way is to use that nasty hack which uses conditional comments and <table>s. (Because JavaScript support isn't always enabled, I recommend people to always have top-level items in navigation menus be actual links and to include a sitemap whenever possible.)
This is another great site to generate the menu for you... No obvious hacks involved it seems.
http://ryanhellyer.net/dro
Business Accounts
Answer for Membership
by: KravimirPosted on 2008-04-06 at 20:57:09ID: 21294254
I recommend this Suckerfish variant: thing.net/ css-dropdo wns.html
http://www.positionisevery