关于搜索商品输入字的颜色问题

2016-07-07 16:04 来源:www.chinab4c.com 作者:ecshop专家

不知道怎么修改 现在是灰色的= =
</script>
<form id="searchForm" name="searchForm" method="get" action="search.php" **ubmit="return checkSearchForm()">
<input name="keywords" type="text" id="keyword" value="输入你要查找的商品" onclick="javascript:this.value='';"/>
<input name="btsearch" type="submit" id="btsearch" value="" />
</form>
</div>

回答:
给加个样式不就好了哦...
  1. <INPUT class="B_input" onblur="if (this.value=='') this.value='请输入您所需商品(货号/关键词/名称)';" onclick="if (this.value=='请输入您所需商品(货号/关键词/名称)') this.value='';" value=请输入您所需商品(货号/关键词/名称) type="text" id="keyword" name="keywords" style="border:2px #cd0a08 solid; width:400px; height:25px; line-height:25px; padding-left:5px; color: #666666; font-size:12px;"/>
复制代码

对。用样式可以控制的。。

加样式,或者修改css文件