gpt4 book ai didi

html - 用 css 替换当前的 html 图片

转载 作者:太空宇宙 更新时间:2023-11-04 13:42:48 25 4
gpt4 key购买 nike

我在尝试用 CSS 替换此图像时遇到问题,我无法访问 html。

http://jsfiddle.net/ES4mH/

<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;
}

最佳答案

试试这个

<style>
.className{
content:url("http://www.nitrografixx.com/2013/lock_bg.jpg");
}
</style>
<img class="className"/>

关于html - 用 css 替换当前的 html 图片,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16564979/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com