Re: [css-d] Notation

2005-12-14 Thread Zoe M. Gillenwater
Carlton Gregory wrote: >If I have a class defined for a table named "tclass" and that >table has headers, rows, and columns > >Can I refer to all rows in the above table in my CSS as > > .tclass tr { > > Style, style style. > >} > >

Re: [css-d] Notation

2005-12-12 Thread Adam Kuehn
Carlton Gregory wrote: > If I have a class defined for a table named "tclass" and that >table has headers, rows, and columns, [c]an I refer to all rows in >the above table in my CSS as > > .tclass tr That should work just fine. You would use a class on the row if you had some

[css-d] Notation

2005-12-12 Thread Carlton Gregory
Hello, If I have a class defined for a table named "tclass" and that table has headers, rows, and columns Can I refer to all rows in the above table in my CSS as .tclass tr { Style, style style. }