Forum Moderators: open

Message Too Old, No Replies

Remove body element's background image (set it to none)?

         

JAB Creations

8:56 pm on Apr 14, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Here is my attempt to remove the background-image (which I think is backgroundImage in JavaScript) from the body element...

- John

document.body.backgroundImage='none';

JAB Creations

2:27 am on Apr 15, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



This works...
document.body.style.backgroundImage='none';

- John