Our site has tables containing data. We like the widths of the columns that we get with the regular ones table, but we like the bottom border tdto stretch the entire width of the page, as we get with CSS: table { width:100% }as seen in the table-width demo table , which looks like this:

Is it possible to achieve the same column width as with a regular (not 100% width) table in a table where border-border stretches the entire width?
And no, td { white-space: nowrap }in combination with an additional one width: 100% td(see the link above) it is not very good, since it is sometimes tdlong, so we want a tdregular table.
We need a solution that works at least in IE6-8 + FF.
Btw, is there a better way (tm) to display HTML snippets than linking to an external page? I can only show the source, but with HTML rendering is also very revealing.
This was originally published on Webmasters , but after the offer there I now (re) posted it here.
source
share