Expand|Select|Wrap|Line Numbers
- .boxFooter_002{position:absolute;right:0px;width:12px;height:12px;background-image:none;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/DOG.png', sizingMethod='fixed');}
- html>body .boxFooter_002{background:url('images/DOG.png') transparent repeat-x 0px 0px;}
now the thing is i will need to dynamically change the image url "images/DOG.png" to something else, i have created in ajax a script that gets the new url so how do i change the images/dog.png to what the new url is?