hab nen problem mit dem ich einfach nicht weiter komme.
Hier erstmal der html code:
- Code: Alles auswählen
<div>
<div>
{content_links}
<br><br>
<div>
<div>Links : Favorieten</div>
{faviliste}
</div>
</div>
<div>
{content_rechts}
</div>
</div>
Und hier der CSS code :
- Code: Alles auswählen
#content_main {
background: url("_img/bg.png");
float:left;
min-height: 285px;
padding: 10px;
text-align:justify;
width : 780px;
}
#linke_spalte {
border:1px solid #000;
float:left;
height: 100%; /*test*/
width: 385px;
}
#rechte_spalte {
position:relative;
float:right;
width: 385px;
}
#faviliste {
background: url("_img/faviliste_bg.png");
color: #fff;
height:235px;
margin: auto;
padding: 0 5px;
position:relative; bottom: 0px; /*test*/
width: 370px;
overflow:hidden !important;
}
Ich möchte jetzt das #faviliste sich am boden von #linke_spalte fixiert.
Da ich momentan keinen webspace zur verfügung habe, hab ich mal nen bild zusammen gefummelt. Hoffe das macht es etwas verständlicher ^^
Hoffe ihr könnt mir weiterhelfen
mfg Sa1X
