[thelist] CSS - Making a column in table emphisized

Chris spam at cimmanon.org
Sat Nov 13 13:57:06 CST 2004


On Sat, 13 Nov 2004 13:23:26 -0600, Brian Reaves <brian at brianreaves.com>  
wrote:

> I am trying to use CSS to make the 3rd column (not the th but td rows)  
> on (http://alabamamosasaur.info/individual_images/) italic.
>
> This doesn't seem to be working:
>
> table#allImg tr td td td {
>    font-style: italic;
>    }
>
> Any ideas?
>
> TIA,
>

Try table#allImg tr td+td+td { font-style: italic }

Your sample code looks for a td inside a td inside a td inside a tr inside  
table#allImg

-- 
chris


More information about the thelist mailing list