On Fri, Aug 29, 2008 at 01:41:15PM -0400, Larry Tait wrote: > I would sugguest getting rid of tables and using proper css styling,
Tables are proper when used to display tabular data, such as game schedules or team standings. When there are 20 columns (say, if you're showing the game times on 20 baseball fields) then forcing them all to fit into a 1024x768 window is not feasible, regardless of whether the table is created using <table> tags or with pure-CSS positioning. > however, if you want to use > tables, you need to take out the width:5000px and change it to width:100% The width:5000px is there to force the problem to be evident without loading the page up with a ton of extraneous data which isn't relevant to the issue at hand. Removing it would mask the problem by constraining the page to be the width of the screen, but the problem which results when the page width exceeds the screen width would remain. -- News aggregation meets world domination. Can you see the fnews? http://seethefnews.com/ ______________________________________________________________________ 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/
