gpt4 book ai didi

html - 与 CSS 中 HTML 中图像的背景位置相关的问题

转载 作者:行者123 更新时间:2023-11-27 22:29:23 26 4
gpt4 key购买 nike

我有以下 CSS 类:

 .acceptRejectAll a, .acceptRejectAll a:visited{
background-image: url("../images/view-patient.png");
background-position: left top;
background-repeat: no-repeat;
color: #4B555C;
float: left;
height: 35px;
padding-top: 12px;
text-align: center;
text-decoration: none;
width: 100px;
}

和以下 HTML :

<div style="float: none; display: inline-table" class="acceptRejectAll">
<a style="display:inline-block;height:25px;" href="#" class="fontBlack" id="ctl00_ContentPlaceHolder1_btnAcceptAll">Accept All</a>
</div>

显示如下:

enter image description here

当我减小 css 类的大小时:width : 85px它显示如下:

enter image description here

它从右侧切割图像:

我尝试在 css 类中设置 background-Position :但是无论是左侧还是右侧,图像都无法正确显示

什么是解决方案?

谢谢

最佳答案

为此您需要使用background-size。示例:

background-size: 100% 100%;

请注意,此设置可以缩放您的图像以填充父图像。

关于html - 与 CSS 中 HTML 中图像的背景位置相关的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19265314/

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