- Übergeordnetes Div
- Darin die beiden Div auf 100% height
Das geht nicht. Das hab ich auch schon probiert - anbei der Quellcode:
<style type="text/css">
div#Navigation {
float: left; width: 175px;
height: 100%;
margin-left:14px;
display:inline;
}
div#Inhalt {
height: 100%;
margin-right:30px;
margin-left:205px;
min-width: 16em;
}
</style>
[...]
<div>
<div id="Navigation" align="left">
[...]
<img src="" width="150" height="65" alt="" border="0" align="bottom">
</div>
<div id="Inhalt">
[...]
</div>
</div>