>Your hhs2 directory cannot be reached
Sorry. I was able to get my site rework done much faster than I
thought, so I went ahead and made it live late last night. I forgot
that it would mess up people trying to help me here until it was too
late.
I've recreated the basic look and technique of the original page now
at <http://home.hiwaay.net/~lkseitz/hhs/winners_old.shtml>. The
version I'm trying to get to work is now where it used to be,
<http://home.hiwaay.net/~lkseitz/hhs/winners.shtml>.
> but perhaps declare widths on the floated elements.
>
>To center, float one table left and the other right in a centered containing
>div.
Not quite, but you led me down the right path. The secret is to
declare a width for the centered div containing the two floated divs.
It's still not perfect in NN and Opera, but close enough for my very
limited audience. Thanks!

Signature
lkseitz (Lee K. Seitz) .at. hiwaay @dot@ net
It was just a Fig Newton of your imagination.
boclair - 28 Aug 2004 04:31 GMT
> I've recreated the basic look and technique of the original page now
> at <http://home.hiwaay.net/~lkseitz/hhs/winners_old.shtml>. The
[quoted text clipped - 10 lines]
> It's still not perfect in NN and Opera, but close enough for my very
> limited audience. Thanks!
Sorry but that is not the secret as the Netscape and Opera renderings are
showing. The secret is contained in
"A floated box must have an explicit width (assigned via the 'width'
property, or its intrinsic width in the case of replaced elements). Any
floated box becomes a block box that is shifted to the left or right until
its outer edge touches the containing block edge or the outer edge of
another float. The top of the floated box is aligned with the top of the
current line box (or bottom of the preceding block box if no line box
exists). If there isn't enough horizontal room on the current line for the
float, it is shifted downward, line by line, until a line has room for it."
vide http://www.w3.org/TR/REC-CSS2/visuren.html#float-position
Assuming the containing div is width enough, the answer lies in declaring
widths on both floating elements, even if it is 50% of the containing div
width to each.
Louise