Jump to content

Th/td Issues


taith

Recommended Posts

hello,

im looking to add some automation to my css... what im looking for, eventually, is for it to automatically detect when theres a th tag, and select the tds thereafter... however, for some reason, its not even detecting the tables with th's... what am i doing wrong?

 

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
table~th{
background:red;
}
</style>
</head>
<body>
<table>
<tr>
 <th>test</th>
</tr>
<tr>
 <td>test2</td>
<tr>
</table>
</body>
</html>

Link to comment
Share on other sites

yes, im aware of using classes, i was hoping that it would be doable without...

 

That's fine, but it's obviously causing more strain to figure this out than throw a class at it where you can guarantee the results. Path of least resistence is preferred IMO

Edited by Mahngiel
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.