Drop Down Menus
am 08.04.2008 22:16:12 von JohnW-Mpls
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
Re: Drop Down Menus
am 08.04.2008 22:33:35 von a.nony.mous
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
Re: Drop Down Menus
am 08.04.2008 23:58:41 von dorayme
In article <8jknv31e0fh0l3a6mbib31e1qmqil53p1g@4ax.com>,
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.
>
--
dorayme
Re: Drop Down Menus
am 09.04.2008 17:56:43 von sheldonlg
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
Re: Drop Down Menus
am 09.04.2008 18:19:02 von lws4art
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
Re: Drop Down Menus
am 10.04.2008 21:48:12 von sheldonlg
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.
Re: Drop Down Menus
am 10.04.2008 22:04:59 von lws4art
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