Top Nav: Son of SuckerFish

  • Layout tuning
    • Adjusting the positioning of the second drop menu in relation to the first
      • #nav li ul ul  (not #nav ul ul)
        • Adjust the top margin
          • NOTE: adjusting the top margin will not work if the first drop menu is too wide
    • Stuck open menus
      • li#liTopNav_0:hover
               margin-bottom: 0px;
      • Here only and not on the general UL hover call as that negates all custom positioning (this was madening to discover)
  • CSS Hacks