aux: Problem mit der Breitenangabe

Beitrag lesen

width:100%; margin-left:10px; (oder wars padding-left?)

Nein, das Resultat scheint das gleiche zu sein.

Hier mein CSS:

#layout3 {
  position: absolute;
  top: 18px;
  border: solid 0px black;
  margin: 0px;
  margin-left: 10px;
  padding: 0px;
  background-color: #cccccc;
  width: 100%;
  height: 50px;
  }

Und das Teil ragt genau 10px nach rechts aus dem Bildschirm-Rand raus :-S