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.
Yes, but zoom is proprietary to MS and will not validate (I use zoom:1 for debugging).
The problem with this MSDN page is that it don't explain what "layout" /is/
The mechanism of the Holly Hack is the same as zoom:1; but validates:
/* hide from IEMac \*/
* hmtl .hack {height:1%;}
/* end hide */The intention of the Holly Bergevin's hack was not to add a height of 1%, but to add a dimension to the element, as any dimensioned element gains the "layout"-quality.
regards, Ingo ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
