Drop Down Menus

I've been coding HTML with some css for years and now I'd like to
add Drop Down Menus at one site (hover on a title, have a menu
appear below of links to other places).

I would welcome suggestions of where I can read the fundamental
coding for this - including some simple examples.


--
JohnW-Mpls
JohnW-Mpls [ Di, 08 April 2008 22:16 ] [ ID #1938434 ]

Re: Drop Down Menus

JohnW-Mpls wrote:

> I've been coding HTML with some css for years and now I'd like to
> add Drop Down Menus at one site (hover on a title, have a menu
> appear below of links to other places).
>
> I would welcome suggestions of where I can read the fundamental
> coding for this - including some simple examples.

This page was posted recently in reply to a query just like yours:
http://www.message.uk.com/index.php?page=81

--
-bts
-Friends don't let friends drive Vista
a.nony.mous [ Di, 08 April 2008 22:33 ] [ ID #1938435 ]

Re: Drop Down Menus

In article <8jknv31e0fh0l3a6mbib31e1qmqil53p1g [at] 4ax.com>,
JohnW-Mpls <johnwfa [at] comcast.net> wrote:

> I've been coding HTML with some css for years and now I'd like to
> add Drop Down Menus at one site (hover on a title, have a menu
> appear below of links to other places).
>
> I would welcome suggestions of where I can read the fundamental
> coding for this - including some simple examples.
>

<http://netweaver.com.au/alt/dropdownMenus/dropdown.html>

--
dorayme
dorayme [ Di, 08 April 2008 23:58 ] [ ID #1938437 ]

Re: Drop Down Menus

JohnW-Mpls wrote:
> I've been coding HTML with some css for years and now I'd like to
> add Drop Down Menus at one site (hover on a title, have a menu
> appear below of links to other places).
>
> I would welcome suggestions of where I can read the fundamental
> coding for this - including some simple examples.
>
>
> --
> JohnW-Mpls
Look at www.dhtmlgoodies.com
sheldonlg [ Mi, 09 April 2008 17:56 ] [ ID #1939212 ]

Re: Drop Down Menus

sheldonlg wrote:

> Look at www.dhtmlgoodies.com

My advice, don't. DHTML means most likely 10-year-old JavaScript
solutions. Very bad idea to base your site navigation on.

Anyway looks like their site is not up.

$ wget http://www.dhtmlgoodies.com/
--12:14:09-- http://www.dhtmlgoodies.com/
=> `index.html.1'
Resolving www.dhtmlgoodies.com... 212.33.136.222
Connecting to www.dhtmlgoodies.com|212.33.136.222|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 0 [text/html]

[ <=> ] 0 --.--K/s


--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
lws4art [ Mi, 09 April 2008 18:19 ] [ ID #1939213 ]

Re: Drop Down Menus

Jonathan N. Little wrote:
> sheldonlg wrote:
>
>> Look at www.dhtmlgoodies.com
>
> My advice, don't. DHTML means most likely 10-year-old JavaScript
> solutions. Very bad idea to base your site navigation on.
>
> Anyway looks like their site is not up.
>
> $ wget http://www.dhtmlgoodies.com/
> --12:14:09-- http://www.dhtmlgoodies.com/
> => `index.html.1'
> Resolving www.dhtmlgoodies.com... 212.33.136.222
> Connecting to www.dhtmlgoodies.com|212.33.136.222|:80... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 0 [text/html]
>
> [ <=> ] 0 --.--K/s
>
>
I got a very nice drop down menu from there about three months ago.
sheldonlg [ Do, 10 April 2008 21:48 ] [ ID #1939936 ]

Re: Drop Down Menus

sheldonlg wrote:
> Jonathan N. Little wrote:
>> sheldonlg wrote:
>>
>>> Look at www.dhtmlgoodies.com
>>
>> My advice, don't. DHTML means most likely 10-year-old JavaScript
>> solutions. Very bad idea to base your site navigation on.
>>
>> Anyway looks like their site is not up.
>>
>> $ wget http://www.dhtmlgoodies.com/
>> --12:14:09-- http://www.dhtmlgoodies.com/
>> => `index.html.1'
>> Resolving www.dhtmlgoodies.com... 212.33.136.222
>> Connecting to www.dhtmlgoodies.com|212.33.136.222|:80... connected.
>> HTTP request sent, awaiting response... 200 OK
>> Length: 0 [text/html]
>>
>> [ <=> ] 0 --.--K/s
>>
>>
> I got a very nice drop down menu from there about three months ago.

Appears that they were down. But my point still stands. Most of their
menu systems fail completely if JavaScript is unavailable. Very, very
bad practice for a website. Cool last millennium--bad in this millennium.

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
lws4art [ Do, 10 April 2008 22:04 ] [ ID #1939938 ]
Miscellaneous » alt.html » Drop Down Menus

Vorheriges Thema: HTML transitional vs strict
Nächstes Thema: clickable image w/maps moves when clicked