* Justin Makeig [EMAIL PROTECTED] on [14-07-05] wrote:
> tbody, thead, and tfoot give the data more semantics and allow one to  
> operate on logically grouped rows. One CSS application that comes to  
> mind is:
> 
> thead th {
>     /* style column headers here */
> }
> tbody th:first-child {
>     /* style row headers here */
> }

Hello All,

I have a question regarding CSS styles and <tbody>.

My test page is here:
http://sindar.net/tabletest.html

I am trying to have grey borders around all cells in the table, but
with tbody sections separated by red lines.  I have achieved this in
the third table when viewed by mozilla (seen screen shot at bottom of
page).

Unfortunately, IE doesnt show the red lines -- all borders are grey.

Can anybody suggest a way to make this work?

Thanks,

Brian.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to