How do you do a pop up menu
Moderator: General Moderators
- jdhorton77
- Forum Commoner
- Posts: 56
- Joined: Tue Nov 07, 2006 3:29 pm
- Location: Charlotte, NC
How do you do a pop up menu
In websites that have a menu bar of links, I'm curious as to how they make a new menu pop up when you mouse over the first link. I'm familure with the javascript command "onmouseover", just not sure what to use for the pop up. Thanks for the help.
- jdhorton77
- Forum Commoner
- Posts: 56
- Joined: Tue Nov 07, 2006 3:29 pm
- Location: Charlotte, NC
- jdhorton77
- Forum Commoner
- Posts: 56
- Joined: Tue Nov 07, 2006 3:29 pm
- Location: Charlotte, NC
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Moved to Client-Side.[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:1. Select the correct board for your query. Take some time to read the guidelines in the sticky topic.
- CoderGoblin
- DevNet Resident
- Posts: 1425
- Joined: Tue Mar 16, 2004 10:03 am
- Location: Aachen, Germany
CSSPlay has an example menu without any javascript
that pop-it menu is great. if you can tell me how to position the menu so that it falls about 5px below the pointer, and more to the left (so that the menu itself is center to the pointer)...feel free to let me knowjdhorton77 wrote:Ahhh, "I see" says the blind man. Sometimes the obvious is harder for me to see. I found that the second link allows you to copy and paste the code. I guess that will work. Thanks.