Home › Forums › CSS › [Solved] Validating WordPress dropdown › Re: [Solved] Validating WordPress dropdown
Hey!
I got home and took a look at this again, glad you got it solved, for the most part.
since you are using jquery, this should work…
I am not in any capacity great at Jquery, but decided I’d try to tackle this as it seemed simple enough.
It looks for the user to hover over a list item that contains an unordered list (your drop-down markup is built this way)
Then when it finds that this happens, and the user clicks the anchor link associated with the list item it returns false, (same thing the plug-in did to deactivate the link)
Let me know if there’s any problems with it, my quick and dirty test worked well.
EDIT: I also noticed the rollovers/dropdown don’t work for me in Firefox…. any clue why?