I've got a site that is built using tables for layout and I'd like to eliminate the small horizontal scroll that shows up. I am assuming it has something to do with the margins/padding in all the nested tables but I would expect the problem to show up in IE or in FF but not both. It also goes the same thing in different screen settings.
The method to fix this, according to w3schools, is to assign a set value in percent or pixels to the table. I've tried both in variations of 100%,90% and low values like 60% but they all show the change momentarily and pop back up to 'full size.' I reduced the sizes of the major internal tables but it did the same thing. I checked the cs-discuss wiki and searched some of the archives for other solutions. I've tried border-collapse:collapse (which doubled the size of the horizontal problem) and separate which showed no change. I also tried having a containing div set to widths auto and 100% but that didn't fly either. Any other suggestions I can try? The site can be seen at checkitlocal.com/index.php and a copy of the css can be found at checkitlocal.com/css.css . Thanks for your assistance! -Delos ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
