I have the following div:
<div style='overflow:hidden;resize:both;border:1px solid orange;'>
<div style='background-color:#aaa;width:400px;height:300px;'>
</div>
</div>
and you can see it here: http://jsfiddle.net/4w7zd/
if you run it in firefox you can resize the main div. (make it bigger or smaller) however if you run it in chrome you can only resize so to make it bigger (wider and taller)
Can somebody tell me how to work-around it so that I can make the main div as small as I wish (like with firefox) ?
Many thanks