David Roth wrote:
> http://www.sharkforum.org

> renders properly in everything but IE. I've checked my DIV's, and 
> they all seem to be closed, but the "gamma" column keeps appearing 
> beneath the "alpha" and "beta" columns.

Adding something like...

#alpha {margin-right: -6px;}

...and correcting the table-width to suit the space...

<table id="Table_01" width="100" ...

...will "fix" the container-expansion that causes problems in IE, and
make it look alright on the surface.

I will draw your attention to...
<http://validator.w3.org/check?uri=http%3A%2F%2Fwww.sharkforum.org>
...as those 368 errors should be fixed too.
What you've got now is pretty far from 'XHTML 1.0 Transitional', and the
second Doctype - or rather complete page - inside #alpha, shouldn't be
there. Clean out everything but the table in #alpha, and use the
validator to point out the rest that needs fixing.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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