Does that IE ONLY tag really only work when IE reads the code or is what you are writing a hypothetical example? It would be great if there was something like that (pardon my ignorance, I have simply not read anything that would allow me to show code to specific browsers).
Paul Seale -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Novitski Sent: Friday, May 20, 2005 1:41 AM To: css-d@lists.css-discuss.org Subject: Re: [css-d] IE is the bestest! At 11:18 PM 5/19/2005, Rob Agar wrote: >...not really =0 > >however, there is one IE quirk I'd like to emulate in other browsers, >namely IE's habit of ignoring the specified height of a block element >and expanding it to fit its contents. > >anyone know how this can be done? Sure -- don't specify the height of the block. It sounds as though you might be looking for a minimum height but not a maximum, izzat right? #blob { min-height: 100px; } /* IE ONLY */ * html #blob { height: 100px; } Paul ______________________________________________________________________ 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/ ______________________________________________________________________ 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/