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

前端技术 2023/09/08 HTML
三个功能:

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\';}\">

本文地址:https://www.stayed.cn/item/22634

转载请注明出处。

本站部分内容来源于网络,如侵犯到您的权益,请 联系我

我的博客

人生若只如初见,何事秋风悲画扇。