[jQuery] [FYI] fine Tool used JQuery

2007-03-02 Thread Olaf Bosch
Hi all,
have a look:
http://www.riddle.pl/emcalc/

tool for fontsize in em to view in px

-- 
Viele Grüße, Olaf

---
[EMAIL PROTECTED]
http://olaf-bosch.de
www.akitafreund.de
---

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


Re: [jQuery] [FYI] fine Tool used JQuery

2007-03-02 Thread weide
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 tableinput 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
trtdinput 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/


Re: [jQuery] [FYI] fine Tool used JQuery

2007-03-02 Thread Olaf Bosch
weide schrieb:

you go so:

style
table{font-size:0.8em;}
table input{font-size:1em;}
input{font-size:0.7em;}
/style
input value=Out table size is 0.8em/input
table
trtdinput value=In table size is 0.8em?/input/td/tr
/table


 How to solve this question?

HTH.

  ACHTUNG, i not written this tool ;)


-- 
Viele Grüße, Olaf

---
[EMAIL PROTECTED]
http://olaf-bosch.de
www.akitafreund.de
---

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