|
I figure that using document.getElementById works 99% of the time (I made that statistic up, just so you know), so as long as you make sure the page degrades gracefully, you can just use that without a problem.
Oh, and document.getElementById("myElement").style.backgroundColour works perfectly fine in Internet Explorer 6.
|