Adam, > i have 2 css problems with my suckerfish implementation; 2. however in both firefox and IE the sub menu sits at the top of the main <UL> instead of the bottom. I can fix this with a "top: 191px;" property on
To fix the vertical position issue, loose the "#nav a" float. (the "#nav li" float is needed, as per the Suckerfish examples.) Now the sub-menus won't be positioned perfectly for your site because they are positioned immediately under the link. Your LI has a height of 59px, your link only 37px (font-size:12px + top padding:15px + bottom padding:10px) Get the heights to match and you'll hopefully have the effect you want. Regards, Ben ****************************************************** The discussion list for http://webstandardsgroup.org/ Proud presenters of Web Essentials 04 http://we04.com/ Web standards, accessibility, inspiration, knowledge To be held in Sydney, September 30 and October 1, 2004 See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
