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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -