ホームページ > 記事 > ウェブフロントエンド > input_html/css_WEB-ITnose に画像を挿入
CSS で境界線を制御することはできませんか?
input {background:url(xxx.jpg) no-repeat x y width height} ここで、xxx は画像ファイル名 x y 位置です。 width height
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>在Input输入框中加入小图标</title><style>input{BACKGROUND-IMAGE: url(/jscss/demoimg/ico080426_dot.gif); BACKGROUND-REPEAT: no-repeat;}
input {background:url(xxx.jpg) no-repeat x y width height} ここで、xxx は画像ファイル名です x y 位置 width width height height
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>在Input输入框中加入小图标</title><style>input{BACKGROUND-IMAGE: url(/jscss/demoimg/ico080426_dot.gif); BACKGROUND-REPEAT: no-repeat;}
境界線は CSS で制御できませんか?
わかりました。代わりに 45a2772a6b6107b401db3c9b82c049c2 タグを使用すると、境界線がなくなります。ありがとうございます