Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Simple drop-down menu problem
Old 11-27-2009, 11:03 AM Simple drop-down menu problem
littlemoomin's Avatar
Skilled Talker

Posts: 77
Name: alexandra
Location: london
Trades: 0
Hey,

I was trying to use the A List Apart tutorial: http://www.alistapart.com/articles/horizdropdowns/ and literally just need one of my links in my left hand vertical navigation to have a drop down menu providing two additional links.

I'm struggling to get it to work, would be great if someone could check it out and give me some advice! All I want is that when you hover over the button 'Foundation Stage' the links 'Nursery Curriculum' and 'Reception Curriculum' pop-up. The page is at: http://www.blossomhouseschool.co.uk/...urriculum.html

Cheers
littlemoomin is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-27-2009, 11:22 AM Re: Simple drop-down menu problem
Super Talker

Posts: 139
Name: John Davis
Trades: 0
Your JS:
Code:
navRoot = document.getElementById("nav2")
But you've not declared element with id="nav2", there is only class="nav2":
Code:
<ul class="nav2">
Change it to:
Code:
 <ul id="nav2">
__________________
»
Please login or register to view this content. Registration is FREE
- Interactive maps for websites
»
Please login or register to view this content. Registration is FREE
for web developers
MapMaster is offline
Reply With Quote
View Public Profile Visit MapMaster's homepage!
 
Old 11-27-2009, 12:35 PM Re: Simple drop-down menu problem
littlemoomin's Avatar
Skilled Talker

Posts: 77
Name: alexandra
Location: london
Trades: 0
thanks for spotting that - though it didn't fix it :S
littlemoomin is offline
Reply With Quote
View Public Profile
 
Old 11-27-2009, 04:23 PM Re: Simple drop-down menu problem
littlemoomin's Avatar
Skilled Talker

Posts: 77
Name: alexandra
Location: london
Trades: 0
it's ok i've sorted it now! thanks for your help =)
littlemoomin is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Simple drop-down menu problem
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.29498 seconds with 12 queries