again, not the answer you're looking for (and hopefully someone else
might be able to do what you're specifically asking), but taking out
the...

#body {display:table;}

and adding...

table {background-color: rgb(224,224,173);}

...makes it look better to me, personally, but i'm weird.  :)

another option you might consider would be to overflow the tables. 
[quick note: that <center> is depreciated.  you should use "margin: 0
auto;" or similar instead.]  you could then not have a whole-page
horizontal scrolling, and instead have a scrollbar on an element
surrounding the tables, making only the tables horizontally
scrollable.
______________________________________________________________________
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