gpt4 book ai didi

图像作为来自 css 的链接

转载 作者:行者123 更新时间:2023-12-04 06:39:53 25 4
gpt4 key购买 nike

我想通过 css 文件在我的浏览器中放置一个图像。

例如:我有一个名为“保存”的图像。我不想在我的 html 中有任何图像标签,而我必须将它从 css 放置在一个标签内..在 html 中(即图像标签必须存在于 css 文件中,但我必须在 html 中调用它)? ?

那可能吗..
任何人都可以指导我吗?

最佳答案

HTML

<a id="save" href="save.php">Save</a>

CSS
#save {
display: block;
width: 20px;
height: 20px;
background: url(/images/save.png) no-repeat;
text-indent: -9999px;
}

关于图像作为来自 css 的链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4384265/

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