if (document.all||document.getElementById)
document.body.style.background="url('images/logo.gif') filter: alpha(opacity="50") white center no-repeat fixed "
</script>
------------------------------
I'm not sure if this is formated correctly. I am trying to get one picture, with no repetitions, centered on my website with an opacity of 50.
if (document.all||document.getElementById)
document.body.style="background: url('images/logo.gif'); filter: alpha(opacity="50") white center no-repeat fixed"
I'm not sure, but that might be a little bit better.