0
我的HTML,文本溢出輸入字段和佔位符的問題在IE8
<input autofocus="autofocus" id="home_email_input" maxlength="85" name="username" placeholder="E-mail" type="text">
我的CSS,
#home_email_input {
margin-left: 22px;
margin-bottom: 10px;
width: 154px;
padding-left: 30px;
background: url(http://s23.postimg.org/rsc76su0n/envelope.gif) no-repeat scroll 4px 3px;
}
演示,
,你可以看到,如果用戶類型長字,在鉻它工作正常,
但IE8
我有兩個問題,
- 如果文本很長,它trasspass圖標區域。填充不起作用
- 佔位符不起作用。
我會等待一個很好的解決方案。謝謝!
不要告訴我,用戶必須更新瀏覽器。我可愛的客戶需要IE8 !!!!