Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: drop down menu?


Message #1 by "Suwito" <w1536uy@c...> on Tue, 26 Jun 2001 09:41:36 +0700
Hello !!

Can anyone help me to make dropdown menu, when mouse moveover  a button,or

link.As you can see in microsoft.com, when you moveover a button, its drop

down a menu , so we can choose from that to go to any links we want, more

quickly.

Thanks for your attention..

Wito



Message #2 by "Russell Peto" <russell.peto@i...> on Tue, 26 Jun 2001 11:03:09
Wito,



The way this is done is to create a series of images of buttons, which is 

the main menu that is 'dropped down' from, you then put javascript 

attached to the onMouseOver/onMouseOut event which will show or hide a 

layer that is configured as the drop down menu.

The syntax to show or hide a layer once it has been defined is;

  layername.style.visible = "hidden"; or

  layername.style.visible = "visible";



hope this helps



Russell Peto





> Hello !!

> Can anyone help me to make dropdown menu, when mouse moveover  a 

button,or

> link.As you can see in microsoft.com, when you moveover a button, its 

drop

> down a menu , so we can choose from that to go to any links we want, more

> quickly.

> Thanks for your attention..

> Wito

> 

Message #3 by Pieter Schutte <psc@a...> on Tue, 26 Jun 2001 17:12:14 +0200

www.dynamicdrive.com



-----Original Message-----

From: Suwito [mailto:w1536uy@c...]

Sent: Tuesday, June 26, 2001 11:47 AM

To: ASP Web HowTo

Subject: [asp_web_howto] drop down menu?





Hello !!

Can anyone help me to make dropdown menu, when mouse moveover  a 

button,or

link.As you can see in microsoft.com, when you moveover a button, its 

drop

down a menu , so we can choose from that to go to any links we want, 

more

quickly.

Thanks for your attention..

Wito




  Return to Index