kavinithiy / ie7-js

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

IE6 ignores HTML min-width & min-height style attribute #247

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an HTML file with a <div>
2. Set the CSS code for <div> max-width&height to 800px
3. Set the HTML div attribute style="min-height: 600px, min-width: 600px, 
background: black"

What is the expected output? What do you see instead?
IE6 should display 600px of an empty div, but nothing is displayed instead.

What version of the product are you using? On what operating system?
.../2.1(beta4)/IE8.js Windows 7 / IE6 (via IETester)

Please provide any additional information below.
I appreciate your script, it is very helpful. I use jquery so individual 
elements frequently get modified and its beautiful to see everything render 
across browsers perfectly, except IE6 doesn't seem to want to cooperate 
with HTML style attribute modifications, only the css code itself.
I haven't tested to see if this applies to other IE6 problems.

Original issue reported on code.google.com by Aqu...@gmail.com on 19 May 2010 at 6:14

GoogleCodeExporter commented 9 years ago
IE7.js does not work with inline style attributes.

Original comment by dean.edw...@gmail.com on 19 May 2010 at 9:36