输入框景背景透明:
鼠标划过输入框,输入框背景色变色:
style="width: 106; height: 21"
onmouseout="this.style.borderColor='black';this.style.backgroundColor='#ffffff'" style="border-width:1px;border-color=black">
输入字时输入框边框闪烁(边框为小方型):
输入字时输入框边框闪烁(边框为虚线):
oText{border:1px dotted #ff0000;ryo:expression(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)})};
自己主动横向廷伸的输入框:
自己主动向下廷伸的文本框:
输入几个回车试试
唯独下划线的文本框:
软件序列号式的输入框:
—————
软件序列号式的输入框(完整版):
—————
本文转自博客园知识天地的博客,原文链接:各种文本框样式总结如 需转载请自行联系原博主。