Hallo,
Für eine neue Webseite in html5 hatte ich 2 Spalten festgelegt:
aside { width: 350px;
height: 480px;
float: right;
background-color: #ffffff;
padding-left: 0px;
padding-right: 0px;
}
section
{ height: 480px;
width: 650px;
background-color: #ffffff;
padding-left: 0px;
padding-right: 0px;
margin-left: 0px;
margin-right: 400px;
}
Auf der Startseite möchte ich diese Teilung nicht, da ich da mehrere Grafiken absolute positionieren und verlinken möchte.
Wie ist das möglich?