Set border on first table row, w/o using a ID or class

Posted by Blankman on Stack Overflow See other posts from Stack Overflow or by Blankman
Published on 2010-03-24T20:35:07Z Indexed on 2010/03/24 20:43 UTC
Read the original article Hit count: 284

Filed under:
|
|

I am trying to style a web app that we don't have the source code too.

So I drilled down into the DOM, but right now the bottom border is being set on ALL the rows, I need only the first row.

#tableID tbody tr td table tbody tr
{
  border-bottom: solid 1px #cccccc; 
}

Is this possible?

© Stack Overflow or respective owner

Related posts about html

Related posts about css