I've got a heavily modified Wordpress site and I'd like to have some dropdown menus. Now, I'm NOT new to CSS or Wordpress - I'm fairly experienced, but having a problem and I'm stumped.
Basing my CSS and HTML on the Suckerfish model, which seems to work by itself, I've got SOME conflict in my code keeping it from working. Now, Wordpress attaches a LOT of CSS stylesheets for the plugins I'm using, like PodPress, EventCalendar, and a few others. I can't seem to figure out which is causing the problem. When I eliminate all the extraneous CSS, and leave ONLY the Suckerfish-based CSS, NONE of the menus seem to work, and the whole layout goes stupid. If you view my source, you'll see that I've commented a bunch of the CSS docs out. These are ones I need later, but don't seem to affect the menu in any way.
HEEEEELLLLPPPP! Anyone answering will be my hero.
see: http://thetreeoftomorrow.org/?page_id=401 for problem code. The menu I'm referencing is the left-side menu.
-Dave
You need to start by
You need to start by validating your html
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fthetreeoftomorrow.org%2F%3Fpage_id%3D401
ALL ERRORS I CAN FIND ARE NOW OUT
There are 7 errors left, and for the life of me, I can't determine why the validator says they're errors.
tags causing errors, mostly, and "Opening and ending tag mismatch" errors. I can't seem to get these to go away, but in the end, the ones left shouldn't be causing interference with dropdown menus. Any advice is welcomed!
-Dave