您的位置:首页 > 其它

常用input文本框内容自动垂直居中并默认提示文字单击为空

2013-06-25 17:02 1006 查看
三个功能:

1、内容自动垂直居中
2、默认提示文字显示灰色
3、单击后变为空

<input type="text" name="wd1" id="qy_1" maxlength="100" style="color:gray;width:199px;height:30px;line-height:30px;" autocomplete="off" value="请输入企业名称" style="color:gray;" onfocus="javascript:if(this.value == '请输入企业名称') this.value = ''; this.style.color='gray';" onblur="if(this.value == '') {this.value = '请输入企业名称'; this.style.color = 'gray';}">
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: