Monday 22 February 2010

Let readers select your background image -widget

In the previous post you saw an example in which you can let readers to change the background color.
This post is an extension of the above post & solution to baben's(blog mate) query which empowers your readers to change background image of your blog with the click.
You can add this widget to your blog by making certain minor modifications to the code.

Best use of this could be to change the background image of the footer which can be doen with few modifications
Lets first see an example :Click below image to change background image






You can add background images or change this sample, only replace the URL of the image (it is twice) for yours.

 <a href="javascript:void(0)" onclick="javascript:document.body.style.backgroundImage='url( Image URL )'; document.body.style.backgroundColor='none';"> < img style = "width: 40px; height: 40px;" src = "image URL" /> </a> 


The URL of the image sets twice where indicated, the first is to be applied as wallpaper and the second is an example for the reader to click.

No comments:

Post a Comment