View Single Post
Old 10-06-2012, 05:32 AM   PM User | #2
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,383
Thanks: 18
Thanked 350 Times in 349 Posts
sunfighter is on a distinguished road
Has always worked in IE

check this out in IE and see if you notice the increase in font size:
Code:
<style type="text/css">
.test {
position:relative;
top:50px;
left:30px;
height:50px;
font-size:15px;
}
</style>
<div class="test">Hello my baby</div>
<div class="test" style="font-size:30px;">Hello my baby</div>
sunfighter is offline   Reply With Quote