[thelist] CSS - Making a column in table emphisized

Hassan Schroeder hassan at webtuitive.com
Sat Nov 13 14:38:28 CST 2004


Brian Reaves 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;
>   }

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

The "+" indicates siblings...

HTH!
-- 
Hassan Schroeder ----------------------------- hassan at webtuitive.com
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                           dream.  code.




More information about the thelist mailing list