用于input的字符提示

2015-05-22 0 121
用于input的字符提示
一:
<input type="text" name="textfield" value="这里是提示内容" onclick="if(value==defaultValue){value='';this.style.color='#000'}" onBlur="if(!value){value=defaultValue;this.style.color='#999'}" />

二:
<input class="text" type="email" name="email" spellcheck="false" placeholder="邮 箱" autofocus >
<input class="text" type="password" name="password" placeholder="密 码" >
<input class="button" type="submit" value="登 录" >

遇见资源网 html 用于input的字符提示 http://www.ox520.com/14177.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务