Drop Down Menu Crashes & Burns :-(

Good Afternoon from truly tropical 20 degrees C wetherby UK :slight_smile:

On this page http://tutorial.davidclick.com/davidclick.html and illustrated here:http://i216.photobucket.com/albums/cc53/zymurgy_bucket/drop-down-kaput_zpsc9d0fa14.jpg I followed this tutorial:
http://www.webchief.co.uk/blog/simple-jquery-dropdown-menu/

But the drop down effect I expected to see trigger under the home tab just doesnt fire, i did the following before posting this:

  1. Checked selectors were selecting
  2. Made sure the Javascript snippet was in the correct locatiion and tweaked to select #menu
  3. Played around in Firefox varius tools to se if any tweaks would make a difference

But nothing works :frowning: Maybe I have a Jquery script conflict, I’m lost for a fix.

Any insights welcome :slight_smile:

you have a conflict between the Menu Div class and the drop down menu class… you simply have to change the UL menu class to mymenu or something else… then adjust the jquery code like in the tutorial… i tested and it’s work…
Goodluck

Thanks dead mix, i see its a css balls up on my behalf :frowning: Thanks for spotting it. I’ll fix it at lunchtime :slight_smile:

Hi Thanks its now fixed :slight_smile: But one last question for anyone…what does the forward arrow mean > as in this line of Javascript:
{ $(‘#menu > ul li’).bind('mous

Thanks in advance :slight_smile: