| 
 Posted by kchayka on 06/16/98 11:22 
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. 
 
--  
Reply email address is a bottomless spam bucket. 
Please reply to the group so everyone can share.
 
[Back to original message] 
 |