Hallo,
Ich versuch ein Div in einem anderen DIV untenbündig anzuordnen. Irgendwie klappt das nicht. Hier der Code:
html:
<div id="teaser">
<div id="menupoint">Punkt4</div>
</div>
css:
#teaser {
height: 267px;
width: 1024px;
background-image: url(bilder/versuch1_r2_c1.jpg);
vertical-align: bottom;
bottom: 0px;
}
#menupoint {
font-family: "Times New Roman", Times, serif;
vertical-align: bottom;
color: #0099FF;
}
Hat jemand ne Ahnung woran es liegt.
Danke