I have the following html code:
<html>
<body>
<style>
div{border:solid 1px;}
.cool{width:400px;height:102px; overflow:auto;}
.cool div{width:100px;height:100px;}
</style>
<div class="cool">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</body>
</html>
It is giving a vertical scrollbar but i want horizontal .How can i get it?
http://jsfiddle.net/H3UWg/1/
Added
display: inline-blockto.cool divandwhite-space: nowrapto.cool