I have created a simple dropdown CSS menu positioned in the footer with an upwards direction. You can view it here: http://jsfiddle.net/RmTpc/11/
My issue is that I want the opened menu to have some bottom margin from the main list item ("Items"). However, when I apply margin-bottom: 30px
to the ul.dropdown ul
, the opened menu disappears on hover.
I have searched on Google and tried solutions from Stack Overflow:
Drop down menu with margin-top
How to use (top) margin with CSS3 drop down menu?
Unfortunately, I have not been able to make it work. Any help would be greatly appreciated, thank you :)
EDIT: Apologies for the mistake, I posted the wrong fiddle before. I have now updated the link above.