html5的文本框输入-html中文本框样式总结(合集)

2023-09-13 0 10,016 百度已收录

输入框的背景是透明的:

 input >


鼠标划过输入框,输入框背景色变色:

 INPUT <a href='https://www.VeVb.com/tag/value_1591_1.html' target='_blank'>value= Type here NAME= user_pass TYPE= text SIZE= 29 quot;this.style.borderColor= black this.style.backgroundColor= plum  >

输入字时输入框边框闪烁(边框为小方型):

 Script Language= JavaScript function borderColor(){if(self[ oText ].style.borderColor== red ){self[ oText ].style.borderColor = yellow }else{self[ oText ].style.borderColor = red oTime = setTimeout( borderColor() ,400); /Script  input type= text id= oText >


输入字时输入框边框闪烁(边框为虚线):

 style #oText{border:1px dotted #ff0000;ryo:expression_r(onfocus=function light (){with(document.all.oText){style.borderColor=(style.borderColor== #ffee00 ? #ff0000 : #ffee00 timer=setTimeout(light,500);}},onblur=function(){this.style.borderColor= #ff0000 clearTimeout(timer)})}; /style  input type= text id= oText 

手动垂直拉伸输入框:

 input type= text >


自动向下廷伸的文本框:

 textarea name= content rows= 6 cols= 80 onpropertychange= if(this.scrollHeight 80) this.style.posHeight=this.scrollHeight+5 输入几个回车试试 /textarea 

仅包含逗号的文本框:

 input >


软件序列式的输入框:

 script for= T event= onkeyup if(value.length==3)document.all[event.srcElement.sourceIndex+1].select(); /script  input name= T size= 5 maxlength= 3 — input name= T size= 5 maxlength= 3 — input name= T size= 5 maxlength= 3 — input name= T size= 5 maxlength= 3 — input name= T size= 5 maxlength= 3 — input name= T7 size= 5 maxlength= 3 

软件序列号输入框(完整版)html5的文本框输入html5的文本框输入

 script for= T event= onkeyup if(value.length==maxLength)document.all[event.srcElement.sourceIndex+1].focus(); /script  script for= T event= onfocus select(); /script  script for= Submit event= onclick var sn=new Array();for(i=0;i T.length;i++)sn=T.value;alert(sn.join( — )); /script  input name= T size= 5 maxlength= 3 — input name= T size= 5 maxlength= 3 — input name= T size= 5 maxlength= 3 — input name= T size= 5 maxlength= 3 — input name= T size= 5 maxlength= 3 — input name= T size= 5 maxlength= 3  input type= submit name= Submit 

收藏 (0) 打赏

感谢您的支持,我会继续努力的!

打开微信/支付宝扫一扫,即可进行扫码打赏哦,分享从这里开始,精彩与您同在
点赞 (0)

悟空资源网 html5 html5的文本框输入-html中文本框样式总结(合集) https://www.wkzy.net/game/196379.html

常见问题

相关文章

官方客服团队

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