I need very simple CSS submenu that will look like this:
Link 1 Link 2 Link 3
Sublink1 Sublink2 Sublink 3
Under Link2 three sublinks will open.
I don't need JavaScript etc, just simple html/css.
Anyone knows how to do this or has link to online code ?
Thank you
Rasal Postill - 03 Dec 2008 11:39 GMT
| I need very simple CSS submenu that will look like this:
|
[quoted text clipped - 4 lines]
| I don't need JavaScript etc, just simple html/css.
| Anyone knows how to do this or has link to online code ?
<http://www.cssplay.co.uk/menus/>
<http://css.maxdesign.com.au/listamatic/>
<http://www.dynamicdrive.com/style/csslibrary/category/C1/>
Should get you started.

Signature
Rasal Postill
Dance your Life - Biodanza in Holland - <http://www.danceyourlife.eu>
pecan - 03 Dec 2008 12:57 GMT
> I need very simple CSS submenu that will look like this:
>
[quoted text clipped - 6 lines]
>
> Thank you
Stu Nicholls has some good ones:
http://www.cssplay.co.uk/menus/dd_valid_2.html
If that doesn't suit, then click on Menus at the top, there are many to
choose from
maj - 03 Dec 2008 16:15 GMT
Thanks but those are too complex samples. I need something simple as
possible that can look like that.
dorayme - 03 Dec 2008 19:27 GMT
> I need very simple CSS submenu that will look like this:
>
[quoted text clipped - 6 lines]
>
> Thank you
You might need a little js (if you care about IE6) with the suckerfish
menu technique. Take a look at:
http://htmldog.com/articles/suckerfish/dropdowns/

Signature
dorayme
Thomas Mlynarczyk - 05 Dec 2008 23:03 GMT
maj schrieb:
> I need very simple CSS submenu that will look like this:
> Link 1 Link 2 Link 3
> Sublink1 Sublink2 Sublink 3
> Anyone knows how to do this or has link to online code ?
Here's a working example using HTML strict and semantic markup for the
menu (nested list of links). The CSS needs some cleaning up, I admit,
but the relevant code for the menu is near the beginning and easily
recognizable:
http://www.autohausen.de/rube/?page=gebrauchtwagen-suche
(Just click the "suchen" button to activate the "Fahrzeuge" submenu,
then click any car in the list to activate the "Details" submenu.)
Greetings,
Thomas

Signature
Ce n'est pas parce qu'ils sont nombreux à avoir tort qu'ils ont raison!
(Coluche)