Re: [css-d] IE rendering bug, invisible text involving 3 divs and 3 CSS styles

2005-05-13 Thread Philippe Wittenbergh
On 14 May 2005, at 10:05 am, Ingo Chao wrote: There might come the day when IE7-8 interpret height:1% without expanding the container by childs. As this hack was used to bugfix countless pages ... uh. Conditional comments are your friend in all those cases, especially for those potentially quite

Re: [css-d] IE rendering bug, invisible text involving 3 divs and 3 CSS styles

2005-05-13 Thread Ingo Chao
Justin Patrin schrieb: Does that work in FireFox, Opera, and Safari as well? Yes. Only IE knows of something 'above' the html element. For the Holly hack, have a read here: http://www.communitymx.com/content/article.cfm?page=2&cid=C37E0 There might come the day when IE7-8 interpret height:1% withou

Re: [css-d] IE rendering bug, invisible text involving 3 divs and 3 CSS styles

2005-05-13 Thread Justin Patrin
On 5/13/05, Ingo Chao <[EMAIL PROTECTED]> wrote: > Justin Patrin schrieb: > ... > > The Holly Hack probably does work, but I > > stumbled across this page: > > http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/haslayout.asp > > which says that the zoom property also gives a box l

Re: [css-d] IE rendering bug, invisible text involving 3 divs and 3 CSS styles

2005-05-13 Thread Ingo Chao
Justin Patrin schrieb: ... The Holly Hack probably does work, but I stumbled across this page: http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/haslayout.asp which says that the zoom property also gives a box layout. So I tried zoom: 100% in my div and lo and behold, it works. Y

Re: [css-d] IE rendering bug, invisible text involving 3 divs and 3 CSS styles

2005-05-13 Thread Justin Patrin
On 5/13/05, Ingo Chao <[EMAIL PROTECTED]> wrote: > > Hi Justin > > > FYI, I've posted this bug to quirksmode.org but it hasn't shown up > > yet. Hopefully it will soon. > > Nice catch! > > > This rendering bug in Internet Explorer 6.0 causes text in a div with > > a background color followed by

[css-d] IE rendering bug, invisible text involving 3 divs and 3 CSS styles

2005-05-13 Thread Justin Patrin
FYI, I've posted this bug to quirksmode.org but it hasn't shown up yet. Hopefully it will soon. A short description: This rendering bug in Internet Explorer 6.0 causes text in a div with a background color followed by a div which floats to the left and another which is clear on the left to be inv