Don Hinshaw wrote:
> I am having trouble making the text from the second paragraph on this
>  page wrap around the photo in IE 6/7. Works fine in FF.

> http://216.219.192.121/press.php

> I suspect this has to do with IE's haslayout problems...

Indeed.

Change styling of those paragraphs to...

#mainColumn p { 
        margin: 0 200px 1.2em 0;
        padding: 0 23px 0 20px;
        font-size: .9em;
        line-height: 1.3;
}

...without a width but with a margin-right to keep the paragraph in
place. That will make IE behave as you want.

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

Reply via email to