[thelist] Site Check and background color issue

Bill Bejeck bethbejeck at earthlink.net
Thu Apr 25 11:31:01 CDT 2002


Hi

Could someone please check www.kingfarmrealty.com and see if the background
color is green?  I  have tested it in IE5.5 NN4.5 and NN6.2 and looks green
to me.  My client insists that it is coming up white on his office computer.
I used the javascript below to use the appropriate style sheet depending on
the user's browser. (although the rest of the style sheet properties seem be
working)  Other than that, I am not sure what the problem could be.

<script language=JavaScript>

if(document.layers){
var nn4ss='<link rel="stylesheet" type="text/css"
href="mgreenStylenn4.css">';
document.write(nn4ss);
}
else if(document.getElementById && document.all){
var iess='<link rel="stylesheet" type="text/css" href="mgreenStyle.css">';
document.write(iess);
}

else if(document.getElementById && !document.all){
var nn6ss='<link rel="stylesheet" type="text/css"
href="mgreenStylenn6.css">';
document.write(nn6ss);
}
</script>

Thanks,
Bill




More information about the thelist mailing list