Forum Moderators: not2easy
I want to create a table that is 6x6 (6 Columns/6 Rows). I want the 1st column to be 30% in width and the other 5 columns to be 14% in width.
I know, I know, tables are necessary in certain circumstances. I'm just wondering if the above can be achieved with CSS and what the drawbacks may be. Any takers?
The description you give seems to indicate that only a table will give you what you need. Of course, don't forget to make your table accessible by using the proper markup and elements - eg. <th> for headers and a table summary. A good link with basic info (probably against the TOS' but I'll try anyway!):
http://www.evolt.org/article/Building_accessible_tables/4090/42090/
[edited by: Nick_W at 8:27 pm (utc) on June 2, 2003]
[edit reason] De-linked: See recent Charter Change / thanks! [/edit]
Not supported on IE.
display: table-cell is an alternative to floating block elements for use as a menu bar.