CSS, selector in table -
i looking für css-way set td-attributes in tables special id.
i tried this:
table.myid > tr > td {....}
but seems 2 level parent-relation not working.
any ideas?? wont set class-ids in every td!
you using class , not , id.
i guess dont have tables tables, try simplest relantioship between elements
table#myid td {....}
it free problems occuring because of "tbody" elements , on.
Comments
Post a Comment