Here is a link to the chapter in Joe Clark's book online book that
deals with accessible tables:
http://joeclark.org/book/sashay/serialization/Chapter10.html
Hopefully, that will help a little bit.
=)
<style type="text/css">
table, tr, td {font-family: arial; font-size: 14pt; text-height:
14pt; text-align: left;}
table {border : 0.09em solid #000; width:100%;}
thead th {border-bottom: 0.09em solid #000;}
tfoot th {border-top : 0.09em solid #000;}
td, th {padding:0.5em;}
table caption {margin:auto;}
tbody tr td {border-bottom:0.07em solid #ccc;}
</style>
<table border="0" cellpadding="0" cellspacing="0" id="StarTrek"
summary="This table tells about the cast of Star Trek Orriginal">
<caption>Star Trek Original</caption>
<thead>
<tr>
<th id="Name">Actors Name</th>
<th id="Part">Part</th>
</tr>
</thead>
<tfoot>
<tr>
<th>Actors Name</th>
<th>Part</th>
</tr>
</tfoot>
<tbody>
<tr>
<td axis="ActorsName">William Shatner</td>
<td axis="CharacterName">Captain James T Kirk</td>
</tr>
<tr>
<td axis="ActorsName">Leonard Nimoy</td>
<td axis="CharacterName">Commander Spock</td>
</tr>
<tr>
<td axis="ActorsName">DeForest Kelley</td>
<td axis="CharacterName">Lt Commander Leonard McCoy</td>
</tr>
<tbody>
</table>
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************