Axure / ie7-js

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

IE6 empty div bug not fixed by js #148

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. see this demo, in IE6.  Even though the googlecode IE7.js is loaded, the
bug is still visible. 
http://www.tightcss.com/bugs/empty_div_bug_google.htm

2. any empty div in IE6 will display a minimum of 20px high, eg.
<div style="height:1px;background:red;"></div>
will display 1px high in other browsers, but 20px high in IE6. 

Original issue reported on code.google.com by BobAndre...@gmail.com on 15 Jan 2009 at 4:23

GoogleCodeExporter commented 9 years ago
This is an MSIE bug that IE7.js does not fix. You will have to fix it yourself 
with 
CSS.

Original comment by dean.edw...@gmail.com on 11 Feb 2010 at 6:59

GoogleCodeExporter commented 9 years ago
Why won't ie7-js fix it?
It is an IE bug, it's not standards-compliant.

Original comment by robindi...@googlemail.com on 27 May 2010 at 7:54