Let's say we have following code:

<div id="box"></div>

#box {
  resize: both;
  overflow: auto;
  background: #ccc;
  width: 500px;
  height: 500px;
  min-width: 100px;
  min-height: 100px;
}

It turns out that specified min-height and min-width values are
completely ignored and instead min-width is assumed to be the same as
width and min-height is assumed to be the same as height.

Obviously this makes no sense. Do you know any simple workaround that
would allow me to specify minimal width and height of resizable
element?
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to