次のページがあります。
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を使いたいです。なぜこれが起こっているのですか?
前もって感謝します