I am looking für a css-way to set td-attributes in tables with an special id.
I tried this:
table.myid > tr > td
{....}
but it seems that this 2 level parent-relation is not working.
any ideas??
I wont set class-ids in every td!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You are using a class and not and ID.
I guess you dont have tables into tables, so try a simplest relantioship between the elements like
It could free you from problems occuring because of “tbody” elements and so on.