HTMLTableCellElement : HTMLElement
Return to: HTML DOM Level 2 index

A td or th element in an HTML table.

Platform Support

IE Mozilla Netscape Opera Safari Chrome
4.0+ 1.0+ 6.0+ 7.0+ 1.0+ no

Constructors

Constructor Action IE Mozilla Netscape Opera Safari Chrome
HTMLTableCellElement Constructor() : HTMLTableCellElement
A td or th element in an HTML table.
Show Details 4.0+ 1.0+ 6.0+ 7.0+ 1.0+ no

HTMLTableCellElement() : HTMLTableCellElement

A td or th element in an HTML table.

Returns
HTMLTableCellElement

Visibility
internal

Properties

Property Action IE Mozilla Netscape Opera Safari Chrome
cellIndex : Number
Position of the element in its table row.
Show Details 4.0+ 1.0+ 6.0+ 7.0+ 1.0+ no
  • Safari: Incorrectly calculated in Safari (as of 1.3)

For examples, see the quirksmode test page:

http://www.quirksmode.org/dom/tests/table_access.html

Availability

HTML DOM Level 1|HTML DOM Level 2|W3C

Availability

HTML DOM Level 1|HTML DOM Level 2|W3C

text_javascript aptana_docs