Code: Select all
document.body.backgroundImage='none'; Moderator: General Moderators
Code: Select all
document.body.backgroundImage='none'; Code: Select all
document.body.background = "";Code: Select all
document.body.style.backgroundImage = "none";Code: Select all
document.body.style.background = "none";Code: Select all
document.body.style.backgroundImage='none';