edusis / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

width fails to recalculate when combined with min-width #79

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. add a width: 80% and min-width: 700px to an element (div)
2. resize the window, and the width will remain fixed

What is the expected output? What do you see instead?

The div element should resize, and never get smaller than 700px wide.

What version of the product are you using? On what operating system?

ie7-js and ie8-js 2.0(beta 3) from svn in IE6 and IE7.

Original issue reported on code.google.com by luke.a.m...@gmail.com on 12 May 2008 at 12:51

GoogleCodeExporter commented 8 years ago
This only seems to apply to % widths. It is fixed in version 2.1.

Original comment by dean.edw...@gmail.com on 13 Feb 2010 at 1:15