Each paragraph is bumping into the previous floating image which is
extending below and outside the previous paragraph.

You can see this phenomenon by adding a border to the paragraph...

P { border: 1px solid red;}

To fix the problem, add clear : both and margin-top to the paragraph

P { 
        clear : both ;
        margin-top: 20px;
}


______________________________________________________________________
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