Feedback on: irt.org FAQ Knowledge Base Q1317
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.
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.
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.
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?