This is a discussion on "menus" within the JavaScript Forum section. This forum, and the thread "menus are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
menus
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
||||
|
||||
|
menus
we've all seen those menus that show drop down lists when your mouse rolls over them. But how do you make them? I made a simple one which was basically this:
when your mouse goes over the link, an onmouseover event made a <div> visible, and when the mouse leaves that <div>, using an onmouseout event, the <div> disappears. However, the <div> disappeared as soon as you moved the mouse, regardless of where it went. So how do you make those menus? |
|
|
|
#2
|
|||
|
|||
|
#3
|
|||
|
|||
|
Yep, also check out http://www.alistapart.com/articles/dropdowns/
|
|
#4
|
||||
|
||||
|
<blockquote id="quote"><font size="1" face="geneva, verdana, arial" id="quote">quote:<hr height="1" noshade id="quote">Originally posted by Smokie
dont try to re-invent the wheel dude.... <hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote"> there's no harm in that.. just some exercise.. I learnt everything I know by re-developing stuff other people had already done until I knew enough to make up my own problems and solve them... works for me I use coolmenus myself btw...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
#5
|
|||
|
|||
|
<blockquote id="quote"><font size="1" face="geneva, verdana, arial" id="quote">quote:<hr height="1" noshade id="quote">Originally posted by spinal007
there's no harm in that.. just some exercise.. I learnt everything I know by re-developing stuff other people had already done until I knew enough to make up my own problems and solve them... works for me <hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote"> good point! |
|
#6
|
||||
|
||||
|
yea i was just wanting 2 no how its done!
|
![]() |
| Tags |
| menus |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help with Drop down menus | yakisobayum | Starting Out | 0 | Jun 6th, 2007 20:26 |
| menus in css | cressy | Web Page Design | 12 | Apr 15th, 2007 12:42 |
| Javascript tab menus | capzman | JavaScript Forum | 2 | Apr 1st, 2007 14:51 |
| Need some help on menus | indianeditor | Web Page Design | 1 | Sep 20th, 2006 11:27 |
| Drop down Menus | u2orange | Web Page Design | 8 | Nov 27th, 2003 16:13 |