gpt4 book ai didi

css - DIV 和 CSS 问题

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

我有一个 div,div 有一个 img 标签,但图像没有显示在 div 中

这是我的代码

<div id="infscr-loading" >
<img src="http://jquerystyle.com/-/img/ajaxLoader.gif" alt="Loading...">
<div>
<em>Loading the next set of posts...</em>
</div>
</div>

<style type="text/css">
#infscr-loading {
background: -moz-linear-gradient(center top , #747D84 0%, #434F56 100%) repeat scroll 0 0 transparent;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
bottom: 0;
font-size: 0.8em;
font-style: normal;
font-weight: normal;
height: 50px;
left: 50%;
margin-left: -45px;
padding-top: 20px;
position: fixed;
text-align: center;
text-indent: -999em;
width: 90px;
background-repeat:no-repeat;
background-position: center center;
}
</style>

这是我的 div 和样式表。为什么图像没有显示在 div 中。任何人都可以指出.....谢谢

最佳答案

尝试从您的 css 中删除 text-indent: -999em;

负文本缩进从 View 中隐藏所有文本/图像和其他内联内容 -999em。

关于css - DIV 和 CSS 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8575605/

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