Erri: line-height wird im IE ignoriert

Beitrag lesen

Hi,

ich habe ein Problem mit "line-height" im Internet-Explorer.
Dort wird es einfach ignoriert :-)

Hier das Beispiel im...
<img src="http://loma.imagine4u.net/pics_forum/line_height_problem.jpg" border="0" alt="">

Und noch der Quelltext:

<table class="format_box" cellpadding="5">
           <tr>
            <td style="word-spacing:7pt;line-height:25pt">
             <h1>Textformatierungsbox</h1>
             <input type="button" ...
             <input type="button" ...
             <input type="button" ...
             <input type="button" ...
             <input type="button" ...
             <input type="button" ...
             <input type="button" ...
             <input type="button" ...
            </td>
           </tr>
          </table>

Im CSS steht (Farben habe ich hier herausgenommen):

table.format_box{
     border:1px;
     height: 100%;
     border-style:dotted;
     width:100%;
     text-align:center;
    }

Kennt jemand von euch das Problem?
Ich habe auch probiert das line-height Attribut ins CSS-File zu schreiben. Ging aber leider auch nicht.

Viele Grüße und Vielen Dank,
Erri