Why not just use td to set table width?
Width on the <table> tag is a hard setting and can cause scrolling. Width on the <td> tag is a "suggested" width. For a more fluid design, If you use for example 2 <td> set at a width of 400 px each, they will adjust to the browser width if it's under 800. Just don't put any width for the table tag itself. This works under firefox and IE, and not everyone has their browser maximized all the time either.
Anyone else do this??
|