Suckerfish Menu Issues

Hello All.

I have been working with the Suckerfish CSS menu system for a while now and I always seem to run into this issue…well in this case I have two:

  1. The second level fly outs are not showing up. Meaning I hover over a top nav item and then hover over the first set of drop down choices and then the items where I have added another sub-grouping don’t show up

  2. The navigation items that had to be split to 2 lines because they were too long, I can’t for the life of me figure out how to make those sit in the middle of the nav bar like the rest of them. Any ideas?

Any and all help would be much appreciated.

Thanks,

Matt

The URL of the site I am having trouble with is: http://www.fstlaw.com/index-1.php

that might help!

man it’s been a long day.

  1. You give the anchors a line-height method for vertical centering. However that works with one line of text only. Otherwise each line will start 50px from the previous one. You could try something like this
    http://gtwebdev.com/workshop/vcenter/vcenter-inline-css.php

  2. This won’t completely fix the problem I think, but your nested nested <ul>s (for the second dropdown) aren’t nested within the nested nested <li>. It’s hanging outside the first dropdowns <li>.

I hope you understand that lol. Basically imitate the structure of hte first dropdown. Keep that same pattern of nesting.