Jump to content

[SOLVED] Referencing child object of named class object


Psycho

Recommended Posts

If I have a table created like this

<table class="build">

 

Is there a way, in my style sheet, to reference TH cells in that table? Something like this (although it is wrong):

 

table.build.th {
  color: #ff0000;
}

 

EDIT: Damn, I knew I'd find it right after posting

table.build th

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.