Sent by CodeBitch on 22 February 2003 01:01
Dear Joe,
I haven't looked at your page, but this is a known bug in IE5/Mac. If you
can avoid using clear:both in the outer div, remove that style and the inner
divs will float correctly. Also check you haven't got any padding on inner
divs that increases the horizontal space they take up over and above the
specified width.
http://www.macedition.com/cb/ie5macbugs/index.html#floatclearbug
Hope that helps.
Regards,
CodeBitch
>
> <div class="sbp-c">
>
> <div class="sbp-1">Content</div>
>
> <div class="sbp-2">Content</div>
>
> </div>
>
> . . . where . . .
>
> .sbp-c
> {
> clear:both;
> }
>
> .sbp-1
> {
> float:left;
> width:50%;
> }
>
> .sbp-2
> {
> float:left;
> clear:none;
> width:50%;
> }
>
--
CodeBitch at MacEdition
http://www.macedition.com/cb/
Cracking the whip on your naughty HTML since 2000