画像を入力ボックスの左側に配置しましたが、書き込みが画像に重なっています。どうすればこれを回避できますか? 画像は問題なく左に配置されています。入力テキストが重なるのではなく、画像の右に配置される必要があります
CSS
input {
background: url(../../core/images/search.png) no-repeat center left 5px #FFF;
text-align: left;
padding: 5px;
font-family: 'Raleway', sans-serif;
color: #444;
border: 3px solid #FFF;
outline: none;
border-radius: 3px;
margin: -4px 20px;
position: absolute;
width: 270px;
}
HTML
<input type="text" autocomplete="off" name="name">