Elle Meredith wrote:
> 1. Same page: http://mesfiji.org/about/mes-staff In IE7 (and I would 
> assume the same in IE6), the text in the <dd> gets pushed down below 
> the image.

You can add...
.team dd.pic {float: left;}
...to fix IE6 and IE7 without disturbing other browsers.

Also, add...
#navcol {display: inline;}
...to kill the 'margin-doubling on floats' bug in IE6.


BTW: that page looks a bit funny when subjected to font-resizing, as
most containers are sized in 'em' but the dl has a width in 'px'.
Creates lots of whitespace down the page.

        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