>
> Use javascript to create this output,I want to use only a classname to skin 
> the table.
>
> the class is like this:
> table.DataGrid{}
> table.DataGrid thead td{}
> table.DataGrid tbody td{}
>
> you say HTML4.01's Alternatively ,do you mean I don't need to write 
> "tr.odd{...}"?
>   
>   

no, if you want to style every other row then use tr.odd {...}. I meant 
that Firefox might not write in the tbody if you use a non-xhtml 
doctype. On second thoughts you should stick with whatever you've been 
using incase it causes any problems. If you have a solution I guess you 
should use it.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to