失眠网,内容丰富有趣,生活中的好帮手!
失眠网 > html文本框样式大全 HTML文本框样式大全

html文本框样式大全 HTML文本框样式大全

时间:2021-12-21 14:30:09

相关推荐

html文本框样式大全 HTML文本框样式大全

输入框景背景透明:

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

style="width: 106; height: 21"

οnmοuseοut="this.style.borderColor='black';this.style.backgroundColor='#ffffff'" style="border-width:1px;border-color=black">

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

function borderColor(){

if(self['oText'].style.borderColor=='red'){

self['oText'].style.borderColor = 'yellow';

}else{

self['oText'].style.borderColor = 'red';

}

oTime = setTimeout('borderColor()',400);

}

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

#oText{border:1px dotted #ff0000;ryo:expression_r(οnfοcus=function light (){with(document.all.oText){style.borderColor=(style.borderColor=="#ffee00"?"#ff0000":"#ffee00");timer=setTimeout(light,500);}},οnblur=function(){this.style.borderColor="#ff0000";clearTimeout(timer)})};

自动横向廷伸的输入框:

自动向下廷伸的文本框:

输入几个回车试试

只有下划线的文本框:

软件序列号式的输入框:

if(value.length==3)document.all[event.srcElement.sourceIndex+1].select();

—————

软件序列号式的输入框(完整版):

var sn=new Array();

for(i=0;i

sn=T.value;

alert(sn.join("—"));

—————

如果觉得《html文本框样式大全 HTML文本框样式大全》对你有帮助,请点赞、收藏,并留下你的观点哦!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。