sandra: <p> lässt sich nicht mit margin formatieren (IE)

Beitrag lesen

Das komische an der sache ist, wenn ich eine andere Klasse als Klasse  nehme, funktioniert es, ich muss allerdings "Klasse" verwenden, da der Inhaltstext damit formatiert ist. Vielleicht fällt ja jemandem der Fehler darin auf:

.Klasse {
  font-family: Trebuchet MS, Verdana;
  font-size: 11px;
  line-height: 18px;
  color: white;
  margin-bottom:0px;
  padding-bottom:0px;
}

.Klasse a {
  font-family: Trebuchet MS, Verdana;
  font-size: 11px;
  line-height: 18px;
  color: white;
  text-decoration: none;
  margin-bottom:0px;
  padding-bottom:0px;
}

.Klasse a:hover {
  text-decoration: underline;
}