Skip to content
WJunction - Webmaster Forum

change backgroung image

Status
Not open for further replies.
i want to change the background image of a div onclick

Example:-
Code:
http://bytes.com/topic/javascript/answers/777843-change-background-image-onclick
look at the top green color buttons..


any help how to do this ?
 

2 comments

I think there are few ways to do that !
This should help

Code:
<div onclick=this.style.backgroundImage='url(YOURBG.JPG)';>TEXT with bgimage</div>

You can also add the all onclick thing in
<input type=button onclick=this.style.backgroundImage='url(images/bg.jpg)';>
 
Status
Not open for further replies.

About the author

W
Active Member · Joined
704
Messages
23
Reactions
18
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom