I have successfully been able to get dropdowns to work in Safari by using the Multi-level Suckerfish Dropdowns from http://www.htmldog.com/articles/suckerfish/dropdowns/
For some reason if you create the dropdown and then add an extra blank level to each item it tricks safari into displaying properly. Eg <ul> <li><a href="link.html">Top Level</a> <ul> <li><a href="link.html">Item</a> <ul><li> </li></ul> </li> <li><a href="link.html">Item</a> <ul><li> </li></ul> </li> <li><a href="link.html">Item</a> <ul><li> </li></ul> </li> </ul> </ul> You can see this in action at http://www.investaustralia.gov.au/index.cfm?menuid=3D5D8296-EB77-C709-36153CFE42024159 TB ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************