Hans: Hier wird der CSS Nobelpreis verliehen

Beitrag lesen

Hallo Andreas,

Das width Attribut ist eingefüht. Ohne Besserung des Ergebnissen.
:(

#barcorner
{
  float: left;
  margin: 0px 0px 0px 0px;
  width: 200px;
}

#greybar
{
  margin: 0px 0px 10px 0px;
  background-image: url(../images/bar.jpg);
  background-repeat:repeat-x;
  width: 14px;
}

#logo
{
  float: right;
  margin: 0px 0px 0px 0px;
  width: 343px;
}

Was ist sonst falsch?

Danke