gpt4 book ai didi

css - 无图像更改 - css

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

这段代码有什么问题?当我尝试使用 border-style、border-with 时,它起作用了。但它不适用于背景图像。

<!DOCTYPE html>
<head>
<style type = 'text/css'>
a.test:hover span{
background-image: url('bearbeitenx.png');
}

//.test { background-image:url('unbenannt.png');}
}
</style>
</head>
<body>


<a href = 'eerwerqwerwer' class = 'test'><span style = 'background-image: url(bearbeiten1.png); width:40px; height:40px; display: block; background-repeat: no-repeat;' ></span></a>
</body>
</html>

最佳答案

.bearbeiten1-png a:hover匹配悬停的 anchor 元素,该元素是属于 bearbeiten1-png 类成员的元素的后代。

你没有这样的元素。

a.bearbeiten1-png:hover会匹配你的 anchor ,但你可能仍然看不出有什么不同,因为你的 <img>元素可能会掩盖背景图像。

关于css - 无图像更改 - css,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29615407/

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