Corey Frang wrote:
> I'm having a few IE6 problems with my site.
> 
> http://php.michaeltisserand.com/
> 
> In particular, the "books" link, compare it to what firefox displays.  
> There should be room on the left for the blog link, as well as images 
> floating on the right, I'm not sure why this stuff isn't showing up and 
> would greatly appreciate any help people can give.

Add...

.even,.odd {height: 1%;}
.even img, .odd img {position: relative; display: inline;}

...which in turn triggers 'hasLayout' on '.even' and '.odd', and fixes 
the 'stacking bugs' and 'margin-doubling on floats bug' for images in 
'.even' and '.odd', in IE6.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to