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
- Adjust the top margin
- #nav li ul ul (not #nav ul ul)
- 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)
- li#liTopNav_0:hover
- Adjusting the positioning of the second drop menu in relation to the first
- CSS Hacks
- Backslash Hack
- width: 14.4em;
w\idth: 13.9em;- IE 5.5 will apply the 14.4, all other modern browsers will apply the 13.9
- http://reference.sitepoint.com/css/hacks
- width: 14.4em;
- Backslash Hack