CSS bar graphs
description:
inspired by richard's CSS bar graphs, here's my own take on the issue.
structurally, what richard is presenting should really be held together in a table, as it's tabular data.
now, the markup of a table structure lends itself to a series of heavy stylings...unfortunately (but not suprisingly) IE doesn't quite like designers trying to mess up the default presentation of a table via CSS, but Firefox, Mozilla and Opera seem to display the styled table in a way that is very close to my original intention.
- completed:
- 24/09/2004