Startseite | Gästebuch | Kontakt

 
xx HTML-Einführung | xx CSS-Einführung | xx JavaScript-Einführung
 

11.3. Startposition

.box {
   position: absolute;
   width: 300;
   height: 400;
   top: 50;
   left: 100;
   background-color: #FCC; }

 

Angaben: numerisch, Prozent oder auto

» zurück «» Seitenanfang «» weiter «