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
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