document.Body.bgcolor = "#FF00FF";
document.Body.bgcolor = "FF00FF";
document.TitleText.style.color = RGBString;
document.TitleText.style.color = "red";
BodyDiv.bgcolor.value = "red";
BodyDiv.backgroundcolor = "#" + RGBString;
Body.bgcolor = "darkgreen";
document.bgcolor = "red";
document.Body.style = "color : red";
and many other combinations, but nothing works. In fact, some combinations
managed to make my IE 6.0 crash.
Does anyone know how to do this? More specifically, has anyone succesfully
done this before?
Thanks in advance,
Tony Olsen
Fer...@Myself.Com
Are you trying, within a page, to make the entire page's background change color at certain points? LIke, if certain events
occur or something? Let me know more about what you're trying to do overall, and I might be able to come up with an idea or two...
Shane
SVarnadoDoYouLik...@LoradMedical.Com
Remove 'DoYouLikeGreenEggsAndSpam' to reply to me.
Tony Olsen <Tony....@worldnet.att.net> wrote in message news:g2XI7.187470$W8.68...@bgtnsc04-news.ops.worldnet.att.net...