CSS bar graphs
By maohao
Examples
- “<table>” is rendered row by row(“<td>”) top to bottom;
- Inside “<tr>” you can nest “<th>” or “<td>”;
- “<td>” and “<th>” don’t need to have close tags;
- Nested table must be inside a “<td>” node;
- “<table>” tries to equalize widths of all cells(“<td>”) of the same column.
The 2nd table in the preceding examples uses a nested table to create variant widths.
Vertical bar graphs using css
Real world bar graphs (with some CSS)
This entry was posted on May 21, 2008 at 4:26 pm and is filed under CSS. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.