if i have a DIV class with a background picture (div.background), and i would like to make a link to swap that picture, would this be correct:
<a href="#" onClick="this.style.background='white url(bg04.jpg) no-repeat'">
Its not working, and i cannot figure out why, you can see it here:
http://www.brycepetit.com/test.html
any help would be much appreciated
|