>
>
> Yes.
>
> 1: content in floats can't wrap around other elements.
> 2: width on paragraphs make them inflexible, and triggers 'Layout' in
> IE/win which have negative effects in your case.
>
> Change paragraph rules as follows...
>
> p {
> font-size: 1.3em;
> line-height: 1.3em;
> margin: .5em 2.3em .5em 2em;
> clear: left;
> }
>
> div#content p.first {
> margin: 1em .5em 0 2em;
> }
>
> ...as that will make it look pretty much like in the old version. The
> 'clear: left;' will prevent paragraphs from getting mixed-up with the
> floating lists.
>
> regards
>         Georg
> --
> http://www.gunlaug.no


that's great. thanks! i have never used anything ut clear: both until now.
interesting to see how it works.


Jeff
______________________________________________________________________
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