Results 1 to 2 of 2

Thread: Do You Need To Style <tr> & <td>

  1. #1
    Join Date
    Apr 2006
    Posts
    584
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Do You Need To Style <tr> & <td>

    I was reading a tutorial were they always style both <tr> & <td> with the same thing... Is this needed? Or do you just need to style <tr>?

    Code:
    table.navigation tbody tr.odd {
    	background: #252525;
    	color: #fff;
    	}
    table.navigation tbody tr.odd td {
    	background: #252525;
    	color: #fff;
    	}

  2. #2
    Join Date
    Jun 2006
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I dont think that it is required under web standards, but it might be needed for IE. I might be wrong, but its just a guess

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •