I'm trying to make my drop menu bigger, but for some reason the size won't change. It works on Google Chrome and Firefox but not IE. I even made IE a stylesheet but still didn't work. My code
Code:
.test {
position:relative;
top:50px;
left:30px;
height:50px;
font-size:15px;
Any suggestings?