This is a discussion on "Need Help with this Javascript" within the JavaScript Forum section. This forum, and the thread "Need Help with this Javascript are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Need Help with this Javascript
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Need Help with this Javascript
hello,
Can anyone tell me what i am doing wrong with this code. I'm trying to make a 'suckerfish dropdown menu' as mentioned in this article: http://www.alistapart.com/articles/dropdowns/ Thanks for the help..
|
|
|
|
|||
|
I don't see anything obvious, it would help to know what it is or isn't doing though. Getting any errors? Got the page up somewhere?
|
|
||||
|
aha i see your problem...
you have id="nav" on the lists that you want to drop down... this needs to be removed from them, and added to the main <ul> that encircles the whole list... you also need to remove class="over" from two of the[*]... you should have this instead...
|
![]() |
| Tags |
| help, javascript |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| php and javascript | yvettesio | JavaScript Forum | 8 | Mar 14th, 2007 23:18 |
| JavaScript | cbrams9 | JavaScript Forum | 1 | Sep 20th, 2006 17:35 |
| using xml in javascript | shailu | JavaScript Forum | 0 | Jul 25th, 2006 07:36 |
| Can someone help me with this javascript | Galaxyblue | JavaScript Forum | 2 | Mar 11th, 2004 12:18 |
| what does \\ mean in javascript | jenjen1018 | JavaScript Forum | 5 | Jan 6th, 2004 17:05 |