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
I did some testing and it seems the content makes it impossible to resize down in chrome. I’ve updated your case to this
And it seems to work now: http://jsfiddle.net/4w7zd/7/
Not sure if this is an option for you, but it might point you in the right direction.