I am having issues trying to replace this image with CSS, I have no access to the html.
<img
width="64"
height="64"
border="0"
style="width: 64px; height: 64px;"
src="http://www.nitrografixx.com/2013/lock-icon.gif">
</img>
I tried this, and while it adds the image as a background to the current image, it doesn't replace it.
img[src='http://www.nitrografixx.com/2013/lock-icon.gif'] {
background: url(http://www.nitrografixx.com/2013/lock_bg.jpg) center !important;
}
imgelement with attributesrcwith that given url as his attribute value, then change the background image of yourimgelement into the one you written at hisbackgroundproperty on CSS. You have to changebackgroundproperty intocontentcontentattribute via CSS.