Thanks to yesterdays help I managed to get a CSS drop down working. My problem now is that when the menu drops and I hover between each button, when I hit negative space the menu disappears.(see url below) Do I apply an invisable button or something to allow me to rollover each menu without it dissappearing?
You are using margins to separate your drop down items -- use padding and you won't have any negative space. That is an easy way to get around your issue. Use an extra <span> tag if you need to add some extra style to your items. Just giving you the "easy" way.