>>[...]
>
>Actually, Adam is right, and wrong....
>
>IE Mac indeed needs a width declaration when using the float
>property, in accordance with the CSS 2.0 rec. But , when an
>**image** is floated, you don't need to declare the width, the
>intrinsic width of the image will do perfectly fine. Your original
>mark-up was correct in this case (except that, it would be better to
>add a class to you image tag, and declare your rules in your
>stylesheet instead of using inline styles).
>
>That doesn't fix your problem, though. The 'non-floating' images are
>the result of a real bug in IE Mac [1]. It is caused by the
>{clear:right} rule for div#contentbody. Delete that rule, and your
>page ought to display correctly.
>Now, I suspect you page is not complete, based on the comments in
>the source code. If you need to float something before that
>#contentbody, then you'll need to use another clearing technique.
>For a few ideas, see [2].
>
>[1] <http://www.l-c-n.com/IE5tests/float2misc/#fm002>
>more tid-bits over there about IE Mac.
>[2] <http://www.positioniseverything.net/> has a good article on
>'easyclearing'.
>
>Philippe
>---
>Philippe Wittenbergh
><http://emps.l-c-n.com/>
Thank you, Philippe.
I'd read and implemented the 'clearfix' fix described in the
easyclearing article in a previous version of this site.
Unfortunately I had so many browser glitches that I started over and
then overlooked 'easyclearing'. And I had NOT seen your site, which
looks valuable.
Unfortuantely, there are other floated elements (just one on some
pages) which precede div#contentbody visually and in the document
flow -although they are not ancestors. This is best illustrated by
http://www.vsi.cape.com/~dagnew/abt/beacon.php
It will take me a few days to properly digest the pointers you've
given (I really want to avoid unneeded code), but I'll report back
with my progress.
Thanks again!
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/