gpt4 book ai didi

css - 内联 css 背景大小封面

转载 作者:技术小花猫 更新时间:2023-10-29 11:44:49 25 4
gpt4 key购买 nike

我有以下CSS代码

.imgf{
background: url(/thatscooking/FotoTC/FotoTC/ALWIN01.JPG) no-repeat center center ;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

这就是它应该工作的现在我需要用 php 更改 img 所以我正在尝试使用内联 css

 <div style="background: url(/thatscooking/FotoTC/FotoTC/ALWIN01.JPG) no-repeat center center" 
style="background-size: cover"
style="-webkit-background-size: cover"
style="-moz-background-size: cover"
style="-o-background-size: cover"
class="imgf ">
<div id="naamb"><p>Album Naam</p></div></div>

只是现在 background-size cover 不工作并且没有出现在 firebug 中

我使用的内联 css 错了吗?

最佳答案

使用这段代码,比@RAS 版本更干净:

background: url(image.jpg) no-repeat center center / cover;

关于css - 内联 css 背景大小封面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14047784/

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