Forum Moderators: open

Message Too Old, No Replies

Dynamicly changed background-image: possible?

         

orhor

7:41 am on Aug 31, 2005 (gmt 0)

10+ Year Member



Hi, I didnt find any possibility of changing background-image property with javascript. Am I a bad searcher or there is no way to do this?

Thank you

Bernard Marx

8:21 am on Aug 31, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



ref_to_element.style.backgroundImage = "url( somepath/someImage.jpg )";

orhor

8:28 am on Aug 31, 2005 (gmt 0)

10+ Year Member



thanks!