Hi Brian,

I don't have IE handy to test it but I suspect the problem is occurring because of invalid code. None of your <thead> and <tbody> tags have corresponding close tags (</thead> and </tbody>). The Mozilla parser is just probably better at guessing than IE's...

Kevin

On Oct 24, 2005, at 3:20 PM, Brian Foley wrote:

* 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/


______________________________________________________________________
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