gpt4 book ai didi

CSS : where are the white background borders on textboxes coming from?

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

我有以下页面:

http://www.jameschang.com/faxlogic/

在登录部分右上角的 4 个 Angular 上,文本框有这些白色边框。

我有这些文本框的以下 css 属性:

.HeaderLoginField {
background-image: url(../content/login_field.png);
float: left;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 12px;
color: #969696;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
height: 25px;
width: 160px;
text-indent: 3px;
background-color: #0F0F0F;
background-repeat: no-repeat;
font-weight: normal;
}

知道为什么会发生这种情况吗?我已将 png 图像更改为 gif,它们消失了,但我想使用 png。任何想法为什么会这样?

提前致谢

最佳答案

它绝对是您正在使用的图像,我使用 Firebug 检查了元素,当禁用/启用背景图像时,白 Angular 消失了!

关于CSS : where are the white background borders on textboxes coming from?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4298771/

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