html代码:
<form> <input type="text" value="请输入产品或问题"> <input type="button"> </form>
CSS代码:
input[type=text]{width:434px; height:41px; color:rgb(179,179,179); font-size:12px; } input[type=button]{ background-image:url(search.png); width:42px; height:41px; border:none; } form{font-size:0px;}
请问是哪出问题了,应该怎样改动.谢谢
MarlboroKay
习惯受伤