gpt4 book ai didi

html - 具有背景图像但没有内容的多个内联容器

转载 作者:太空宇宙 更新时间:2023-11-03 19:06:11 24 4
gpt4 key购买 nike

我正在尝试在 css 中支持三个背景图像显示为内联

<div id="hd_but2"></div>
<div id="hd_div1"></div>
<div id="hd_but1"></div>

#hd_but2 {
background-image:url('1.png');
background-repeat:no-repeat;
height:28px;
width:49px;
margin-top:9px;
}
#hd_div1 {
background-image:url('2.png');
background-repeat:no-repeat;
height:46px;
width:4px;
}
#hd_but1 {
background-image:url('3.png');
background-repeat:no-repeat;
height:28px;
width:29px;
margin-top:9px;
}

但每次我将 div 更改为内联时,它都需要内容(如文本)来显示背景图像...我如何在不将文本放入容器的情况下执行此操作...有什么更好的方法来做到这一点?

最佳答案

使用display:inline-block代替display:inline

这是 jsfiddle http://jsfiddle.net/rmL9s/

关于html - 具有背景图像但没有内容的多个内联容器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10170990/

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