vote up 0 vote down star

Hi,

I want to know if it is possible, with pure html and css (no javascript, htc files, ...), to create a menu that has a sort of dropdown effect for subitems. It doesn't have to slide or anything (I know thats impossible), just show on hover.

Edit: It has to work in IE.

Thanks!

flag

Have you tried googling it? – n1313 Aug 28 at 11:47
It is possible if you don't care about IE, and don't care about introducing accessibility problems for people with motor skill related handicaps (such as arthritis can introduce) and don't care about making the submenus inaccessible to people who don't use a pointing device. i.e. its a really bad idea. – David Dorward Aug 28 at 11:50
I've tried googling it but couldn't find any descent example. I don't want to use javascript because the submenu's aren't shown anywhere else. People who don't have javascript will not be able to view these then. – Peter Aug 28 at 11:56

3 Answers

vote up 1 vote down check

Please take a look at this pure css menu creator: purecssmenu.com

link|flag
this is awesome! thanks, exactly what I was looking for and more! – Peter Aug 28 at 11:59
Isn't it a javascript based one? – adamantium Aug 28 at 12:01
In downloaded it and it gives you a zipfile with an html and some images. The html file only contains html and css, no javascript to be found! Plus, it works great in IE8, dunno about IE6. Anyone care to test? – Peter Aug 28 at 12:03
Good to know you like it :) – twk Aug 28 at 13:13
vote up 1 vote down

Take a look at

Pure Css Dropdown Menu Without Using Javascript

GRC's Script-Free Pure-CSS Menuing System

CSS menus

100% Pure CSS Menu without Javascript

I would also like to know why you don't want JavaScript.

link|flag
Why I don't want Javascript? Because I want the website to reach as many people as possible. +-5% of the users on the internet have javascript disabled or use browsers that do not support it. – Peter Oct 8 at 9:43
vote up 0 vote down

I've tackled this a couple of times.. I wanted pure CSS as well that was layed out using UL's and LI's. It took me a while and a lot of reading and I ended up writing my own based on the source of a lot of others. Unfortunately, I had to make sure it worked in IE6 as well..

This site has a lot of good examples: CSSPlay

As well, you might look at the source for this one: CSS Menus

Mine ended up being a combination of several.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.