| Name | Title | Date | Desc |
Javascript, CSS, and XML working in concert to display tabular data for a product data sheet or other appropriate instances. The top row is a separate table from the javascript construction. The cell widths of both tables are no longer set by an addition to the main CSS file for the site, but within the td tags. Though I can vary the column attributes, for instance reducing the blank space in the second column, without resorting to using multiple script tags or abandoning xml for a standard table, I still seek a method of changing the rows in a similar fashion to improve the visual design. This will eliminate the need for the separate table currently displaying the column subjects on the top row.