我有以下页面:
http://www.jameschang.com/faxlogic/
文本框在右上角登录部分的 4 个角上有这些白色边框。
我对这些文本框有以下 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。任何想法为什么会发生这种情况?
提前致谢