Dsoltau: FireFox und Internet Explorer

Beitrag lesen

Hallo,

ich habe auf der Seite http://www.solpac.de/halbautomaten.shtml das Problem, daß die oben links eingeblendete Navi-Leiste teilweise unterschiedliche Höhen (im FireFox 0.9.3) hat. Bsp.: Punkt Schlauchbeutel (class=mta) ist in der Höhe kleiner als Home (class=mt). Im IE sieht es okay aus (ich weiß, das hat nichts zu sagen!).

Ich kann den Fehler nicht finden. Ich schicke euch noch mal den Ausschnitt der betreffenden Klassen aus der .css Datei und den HTML-Code mit:

CSS:
mt  {
  color:#000000;
  background-color:#d7d7d7;
  text-align:center;
  line-height:13px;
  font-family:Tahoma,verdana,sans-serif;
  font-size:13px;
  text-decoration:none;
  width:125px;
  height:20px;
  margin:1px;
  border-top-color:#d7d7d7;
  border-left-color:#d7d7d7;
  border-right-color:#d7d7d7;
  border-bottom-color:#d7d7d7;
  border-width:1px;
  border-style:solid;
  }
.mta  {
  color:#000000;
  background-color:#d7d7d7;
  text-align:center;
  line-height:13px;
  font-family:Tahoma,verdana,sans-serif;
  font-size:13px;
  text-decoration:none;
  width:125px;
  height:20px;
  margin:1px;
  border-top-color:#d7d7d7;
  border-left-color:#d7d7d7;
  border-right-color:#d7d7d7;
  border-bottom-color:#d7d7d7;
  border-width:1px;
  border-style:solid
  }

HTML:
<div id="menu">
<table width="128" border="1">
<tr onmouseover="alert(this.height);">
 <td width="125">
        <DIV onmouseover="sl('1');" onmouseout="hl('1');">
            <DIV>
             <p class="mt">
                HOME
                </p>
                <DIV id="menu1">
                    <DIV>
                       <a class="mi" href="http://www.solpac.de/index.shtml" target="_parent" onmouseover="this.className='miho'" onmouseout="this.className='mi'">
                       Deutsch</a>
                    </DIV>
                </DIV>
            </DIV>
        </DIV>
 </td>
</tr>
<tr>
 <td width="125">
        <DIV>
            <DIV align="center">
                <a class="mta" href="schlauchbeutelmaschinen.shtml" target="_parent">
                Schlauchbeutel
                </a>
            </DIV>
        </DIV>
 </td>
</tr>
...usw.

Vielen Dank,
Dennis