|
Posted by Rob O on 07/29/05 17:53
On Thu, 28 Jul 2005 08:33:18 -0500, kchayka <usenet@c-net.us> wrote:
>boclair wrote:
>>
>> peekaboo bug
>> Add rule height:1px; to #findus
>
>You might want to reconsider using height as a work-around for various
>IE6 layout bugs. What happens if MS decides to correct IE's broken
>overflow behavior in IE7? This will bite you badly.
>
>Suggested alternative:
>zoom: 1.0;
>
>It is a proprietary property which other browsers will ignore, but still
>usually does the job for IE. IMO, it's a case where using non-standard
>code is quite OK.
Thanks folks! correctly diagnosed and fixed (well, for now :-) )
Changes wil not be visible yet, but all hunky dory on the dev server.
Cheers
R
[Back to original message]
|