On 5 Oct 2005, at 10:19 pm, Tom Livingston wrote:
However, I managed to get the designer to go another direction with reguards to full height. But full height using Jello Mold is tricky because one of the key structural elements must have a height of 0 within a Holly Hack for IEWin. Traditionally, the hack is used with height:1% (for hasLayout I believe) but anything other than 0 breaks this layout in IEWIN.
What Jello Mold need is 'hasLayout' [1] in order to paint those containers correctly in IE. Hence the use of the 'holly hack', which is one the methods to trigger hasLayout. There are other methods though: you could try 'zoom:1', or 'display:inline-block'. Then use and additional container/wrapper to force the height.
[1] <http://www.satzansatz.de/cssd/onhavinglayout.html> Philippe --- Philippe Wittenbergh <http://emps.l-c-n.com/> ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
