|
hmm... try adding px to the end of your 0's
#dropdownmenu {
padding: 25px 0px 0px 0px;
}
this helps better specify what you want. as taltos said, without it, the browser doesnt know what to do if there is nothing there.
if you didn't know, px is for pixel ;D
|