Posted by Michael Fesser on 12/12/06 16:04
..oO(Bergamot)
>Chris Ramsay wrote:
>> Chris Ramsay wrote:
>>
>> height: 1%;
>
>Be advised that this will have different results in IE6 (and prior
>versions) from other browsers, including IE7.
That's where conditional comments come in handy.
>Try using zoom:1 instead of the height property. It's a proprietary MS
>property and usually gives the same results, plus it does not negatively
>affect other browsers.
The stylesheet won't be standards-compliant anymore. With a CC you can
easily include an IE-only stylesheet without tainting the others.
Micha
[Back to original message]
|