[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Background color problem with dynamic XSL


Subject: RE: [xsl] Background color problem with dynamic XSL
From: "Kevin Nardi" <kevnardi@xxxxxxxxxxx>
Date: Mon, 16 Jul 2001 14:43:43 -0700

These three methods work in IE 4 or better:

document.bgColor = "silver";
document.body.bgColor = "silver";
document.body.style.backgroundColor = "silver";

The only one that works in Netscape is

document.bgColor = "silver";

because in Netscape, document.body has no properties.


Hope this helps...


-Kevin

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list




Current Thread