Andi K: Firefox ignoriert margin-top

Beitrag lesen

Hi, ich ein kleines problem:
Ich bastle gerade an ner HP und teste sie immer im F.Fox und IE 7.
Doch auf einmal wird ein margin-top im firefox ingnoriert. Auch die buttongröße wird föllig vernachlässigt, hir mal ein ausszug aus meinem CSS:

a.top{background-image:url("http://img375.imageshack.us/img375/5246/unbenannt3gf9.jpg");
      margin-top:745px;
      font-size:12;
      color:black;
      padding:3;
      padding-left:25;
      text-decoration:none;
      high:20;
      width:75;
      margin-left:400px;
      }
a.top:hover {
      background-image:url(http://img375.imageshack.us/img375/3880/butomooo6.jpg);
      margin-top:745px;
      font-size:12;
      color:black;
      padding:3;
      padding-left:25;
      text-decoration:none;
      high:20;
      width:75;
      margin-left:400px;
      }

D.h der button wird zuklein, und in mitten der tabelle angezeigt, an das margin-left, color ect haltet er sich aber.