Microsoft Internet explorerda min-height diye bir özellik olmadığı için genellikle css de kullanılan hack diye tabir edilen kandırmacalar, ayak oyunları mevcuttur.
Min-height problemi Çözümü
[sourcecode language='css']
.min300px{
min-height: 300px;
height: auto;
_height: 300px;
}[/sourcecode]
devamı»









