Stinking non-DOM compliant stuff…
to set the background color of an element, for example, a table cell:
nodeTD.style.backgroundColor=”#CCCCCC”;
mozilla.org says you do it this way:
nodeTD.style.background=”#CCCCCC”;
…which doesn’t work in an AvantGo browser (5.x, 6.x up to 6.2)
Discussion
No comments for “AvantGo tidbit”
Post a comment