Posts: 770
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
try this:
Code:
document.getElementById('HLimg').style.backgroundImage="url(images/thumbs/waltdisney.jpg)";
Note that I didn't put a '../' before your images folder because it probably isn't needed. That reference only used when targeting a down-level directory, like from an external CSS file that is in its own folder...
|