Пример вы можете увидеть в http://www.nytimes.com/chrome/

HTML и CSS в http://jsfiddle.net/laukstein/qjGrV/
#content{
display:block;
width:100%;
height:40%;
min-height:205px;
max-height:408px;
overflow:hidden;
}
li{
width:100px;
height:100px;
margin:1px;
float:left;
background:#ccc;
}
...
- ...
Подробнее здесь: https://stackoverflow.com/questions/451 ... ze-without