Ich habe auf meiner
Freewareseite links drei Boxen mit div-Tags:
Code:
div.nav {
position: absolute;
top: 175px;
left: 25px;
width: 200px;
padding: 5px;
border-width: 2px;
border-style: dashed;
border-color: #B5C7DE;
text-align: left;
}
div.news {
position: absolute;
top: 525px;
left: 25px;
width: 200px;
padding: 5px;
border-width: 2px;
border-style: dashed;
border-color: #B5C7DE;
text-align: left;
}
div.banner {
position: absolute;
top: 750px;
left: 25px;
width: 200px;
padding: 5px;
text-align: center;
}
Ist es irgendwie möglich die Boxen
News und
Banner an der obersten
Navigation automatisch auszuriochten? Sollte nämlich deren Inhalt ändern, muss ich manuell auch deren Positionen anpassen, was etwas blöd wäre.