| 
	
 | 
 Posted by Rik on 06/25/06 18:36 
R. Rajesh Jeba Anbiah wrote: 
> Ψrjan Langbakk wrote: 
>> I'm parsing a CSV-file into a table on a webpage - and I'd like to be 
>> able to change the alignment for the _last_ <td> in each <tr> - but, 
>> as the file is today, it's not possible for me to assign a CSS-class 
>> on only the last <td>. I was wondering if anyone could give me a 
>> clue as to what I need to change in the following code, to make this 
>> possible (I'm assuming I need to have each <td> present in the code, 
>> so as to be able to assign a class to the last one, but how? 
>     <snip> 
> 
>     <OT> 
>     According to your browser support, you may use CSS selectors 
> <http://www.w3.org/TR/css3-selectors/> for that: 
> 
>   td:last-child{} 
>    </OT> 
 
Yup, if only more browsers supported here. The last time I checked it was 
only Netscape. 
 
Grtz, 
--  
Rik Wasmus
 
  
Navigation:
[Reply to this message] 
 |