我在尝试用 CSS 替换此图像时遇到问题,我无法访问 html。
<img
width="64"
height="64"
border="0"
style="width: 64px; height: 64px;"
src="http://www.nitrografixx.com/2013/lock-icon.gif">
</img>
我试过这个,虽然它将图像作为背景添加到当前图像,但它不会替换它。
img[src='http://www.nitrografixx.com/2013/lock-icon.gif'] {
background: url(http://www.nitrografixx.com/2013/lock_bg.jpg) center !important;
}