Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: irt.org FAQ Knowledge Base Q1317

Feedback on: irt.org FAQ Knowledge Base Q1317

Sent by Alex on May 03, 2000 at 02:34:51: - feedback #1172

Worth:
Worth reading

Comments:
Looking at the DOM docs, there is no mention of a background field, just a bgColour:

interface HTMLTableCellElement : HTMLElement {
readonly attribute long cellIndex;
attribute DOMString abbr;
attribute DOMString align;
attribute DOMString axis;
attribute DOMString bgColor;
attribute DOMString ...

is it possible to change this with mouse events?
Thanks.


Sent by Alex on May 03, 2000 at 02:35:25: - feedback #1173

Worth:
Worth reading

Length:
Just right

Technical:
Just right

Comments:
Looking at the DOM docs, there is no mention of a background field, just a bgColour:

interface HTMLTableCellElement : HTMLElement {
readonly attribute long cellIndex;
attribute DOMString abbr;
attribute DOMString align;
attribute DOMString axis;
attribute DOMString bgColor; ...

is it possible to change this with mouse events?
Thanks.


Sent by Alex on May 03, 2000 at 02:35:57: - feedback #1174

Worth:
Worth reading

Length:
Just right

Technical:
Just right

Comments:
Looking at the DOM docs, there is no mention of a background field, just a bgColour:

interface HTMLTableCellElement : HTMLElement {
readonly attribute long cellIndex;
attribute DOMString abbr;
attribute DOMString align;
attribute DOMString axis;
attribute DOMString bgColor; ...

is it possible to change the bgColor with mouse events?
Thanks.


Sent by Carol on March 08, 2002 at 19:03:07: - feedback #3669

Worth:
Worth reading

Length:
Just right

Technical:
Just right

Comments:
I use this, but how do you get around the JavaScript error messages produced in NN4 and NN6 saying... document.all has no properties?


©2018 Martin Webb