Frank Wolbring: <div> soll genauso groß wie nachbar <div>

Beitrag lesen

ich nochmal, als kleine ergänzung hebe ich folgenden css code erstellt:
body
{
  margin:0;
  padding:0;
}

#kont
{
  height:auto;
}

#rand
{
  float:right;
  width:188px;
  height:100%;
  background:url(css/bg_wd.jpg);
}

#inhalt
{
  margin: 0 188 0 0;
  height:auto;
  background:url(css/bg_cl.jpg);
}