View Single Post
Old 10-05-2012, 11:28 PM   PM User | #1
bigcasey123
New Coder

 
Join Date: Feb 2012
Posts: 96
Thanks: 1
Thanked 5 Times in 4 Posts
bigcasey123 is an unknown quantity at this point
Height and font-size don't work on IE8?

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?
bigcasey123 is offline   Reply With Quote