Your answer is in this pdf file:
<http://tinyurl.com/5t7sxcb> this link leads to:
<http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/dreamweaver/pdfs/bk_getting_started_css_ch09.pdf>
hth
I don't know why this works. And I don't know why it doesn't.
I've always heard it as canon that you can't border a table row like: tr
{border:1px solid black}, and I've accepted it. BUT.
Why does this work in Firefox [3.6.13]: (I just sort of stumbled over it,
and I take no credit for discovering it or not discovering it.)
<style type="text/css">
table { border-collapse: collapse; }
tr {border:1px solid black;}
</style>
<table>
<thead>
<tr >
<td>Data Element</td>
<td>Data Element</td>
<td>Data Element</td>
</tr>
</thead>
</table>
If I remove the table border-collapse, then I don't get a border. I will
note, that NEITHER option works in IE [7.0.6001.18000].
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/