View Single Post
Old 26-04-2004, 13:08   #1 (permalink)
sleepingfish
css is for divs
 
sleepingfish's Avatar
 
Join Date: Feb 2003
Location: Norwich
Posts: 4,469
Table Header Scope type links

Whilst venturing into the world of tables in XHTML I've come aross the Table Header scope attribute:
Code:
<TH scope="col">Name</TH>

Any useful links for reading up about this?

I've found a mammoth W3C article here, but it ain't ideal.

I suppose what I'm really after is the ability to control different columns with css, is using the TH scope attribute going to get me close to this?

Thanks
  Reply With Quote