This is a discussion on "Drop-down Menu" within the JavaScript Forum section. This forum, and the thread "Drop-down Menu are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Drop-down Menu
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Drop-down Menu
Hi,
I need an answer to a question that has been bugging me this whole week. Do you create drop-down menu scripts seperately for each link or do you do one script for all the links? thanx kaz |
|
|
|
||||
|
Re: Drop-down Menu
You don't really need JS - Menus on CSSPlay
Or the JS way - Sons of Suckerfish But if you do go the JS way, it's only one script for all links |
|
|||
|
Re: Drop-down Menu
Does that mean that I create a new div id for each new link?
|
|
|||
|
Re: Drop-down Menu
I've managed to create the menu for the link "Geology Report". However, when I mouse over the link for "Course Content", the menu content just hangs. instead of fading out. why? The url is http://kazmania.110mb.com/indices.html
|
|
|||
|
Re: Drop-down Menu
I take it your testing this in IE7?'
You need to put something like this in your CSS... * html #nav ul li {float:left;} * html #nav ul li a {height:1%;} Or if you are still using the JS method, there should be something on suckerfish that talks about fixing JS drop down menus for IE7. Cheers, Scott
Last Blog Entry: Yay!? (Oct 8th, 2007)
|
|
|||
|
Re: Drop-down Menu
No. I'm testing it in Firefox
|
![]() |
| Tags |
| create seperately |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I have a normal css menu, but want ot add drop down menu to it | multichild | Web Page Design | 7 | Jan 9th, 2007 16:07 |
| Drop down menu ... | Drysdale | Web Page Design | 3 | Jul 21st, 2005 22:00 |
| Drop Menu Help | xKillswitchx | Web Page Design | 1 | Jul 13th, 2005 17:56 |
| help with drop menu | makemesick | JavaScript Forum | 8 | Apr 25th, 2005 21:19 |
| drop menu help | makemesick | JavaScript Forum | 2 | Apr 23rd, 2005 05:48 |