Hi, apologies for another post but I think a simpler example below is what is 
needed.
I have obviously failed to understand a crucial aspect of CSS which deems that 
the table row style declaration does not overwrite the previous style for a 
specific cell within that row. Please enlighten me!


<style type="text/css">
#one {background: green;}
#all {background: yellow;} 
</style>
</head>

 <table>
 <tbody>
  <tr id="all"><td id="one">08</td><td id="two">09</td><td 
id="three">10</td><td>11</td><td>12</td><td>13</td><td>14</td></tr>
 </tbody>
</table>

Chris
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to