Marcus: Div 100% nicht bis Browserrand

Beitrag lesen

Hallo!

Mein DIV container mit width:100% geht im IE und FF an allen Seiten nicht ganz bis zum Rand des Browserfensters. Wo lieg das Problem?

div#container {
  display:block;
  background: url(img/bottom.jpg) center bottom no-repeat;
  width:100%;
  }

die Hintergrundfarbe reicht ja auch komplett bis zum Rand.
Kann mir da jemand helfen?

Gruß Marcus