Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Building menus


  • From: javascript@xxxxxxxxxx (Karau, Joe)
  • Subject: [Javascript] Building menus
  • Date: Thu, 21 Feb 2002 08:57:42 -0600

I've used an onClick event on the element containing the menu, in my case
the body tag.  When the even is fired I hide the menu.

Joseph Karau
Kingland Systems
joe.karau@xxxxxxxxxxxx
507-536-3629
AIM: jkara3629


-----Original Message-----
From: Iztok Polanic [mailto:iztokp@xxxxxxxx]
Sent: Thursday, February 21, 2002 2:49 AM
To: javascript@xxxxxxxxxx
Subject: Re: [Javascript] Building menus


Hi!

I tried it but it doesn't work as I hope it would. If I click outside the
menu it is still open.


Bye,

Iztok
----- Original Message -----
From: "Dan Costea" <costea@xxxxxxxxxxxxxxxxxxxxxx>
To: <javascript@xxxxxxxxxx>
Sent: Thursday, February 21, 2002 08:37
Subject: Re: [Javascript] Building menus


>
> > Hi!
> >
> > I have a problem with a menu I'm building. I've built it with <div
> > style="visibility: hidden/visible;"> and 'visibility' and 'hidden'
> property
> > is triggered by Javascript. But I want the menu to disappear if the user
> > clicks outside the menu. Anyone?
> >
> > Bye,
> >
> > Iztok
>
>
> Use:  style="display: none/block".
> (see:
>
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/ref
> erence/properties/display.asp)
>
>
> Dan.
>
> _______________________________________________
> Javascript mailing list
> Javascript@xxxxxxxxxx
> https://lists.LaTech.edu/mailman/listinfo/javascript

_______________________________________________
Javascript mailing list
Javascript@xxxxxxxxxx
https://lists.LaTech.edu/mailman/listinfo/javascript