on 2007-3-2 16:19,Olaf Bosch said the following:
> Hi all,
> have a look:
> http://www.riddle.pl/emcalc/
>
> tool for fontsize in em to view in px
>
>   
Good

A little question:
table.font-size=0.8em
input.font-size=0.7em

then in IE6 <table><input value="test"></table>
"test"的size=0.8*0.7=0.56?

<style>
table{font-size:0.8em;}
input{font-size:0.7em;}
</style>
<input value="Out table size is 0.7em"></input>
<table>
<tr><td><input value="In table size is 0.56em?"></input></td></tr>
</table>

How to solve this question?

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to