On May 1, 2006, at 11:26 AM, Design Groups wrote:

> http://209.15.116.77/test/home.asp
>
> There are two tables on the site - one for the header stuff (and it's
> displaying just fine), the other for the tabular data on the right of
> the screen (starting with the heading of "Index Rates").  The one  
> to the
> right of the screen is so weird.  With some editing, I got the  
> table to
> actually appear in the spot it's supposed to, and the captions to move
> into place - but the rest of it?  It's like every cell below the  
> caption
> is placing itself *over* the one before it.  So it's not a list of
> stuff, it's just words overlapping words.  So weird.

It has all to do with the styling of your caption: remove the 'float'  
and 'width', adjust the other rules to taste, and everything works fine.
And I don't see *why* the need for floating the caption.

table.database caption {font-family:Georgia, "Times New Roman", serif;
                        padding:30px 0 10px 0;
                        float:left;
                        width:120%;
                        background:none;
                        font-weight:bold;
                        text-align:left;}


Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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