28-08-2009, 19:01
Żeby nie było nieporozumień
U mnie wyświetla poprawnie
Kod:
<div id="container">
<div id="first"></div>
<div id="second"></div>
<div id="third"></div>
</div>
Kod:
#container { height: auto; }
#first { float: left; height: 100%; }
#second { float: left; height: 100%; }
#third { height: 100%; }
U mnie wyświetla poprawnie