html之给文本框设置宽度和高度input的无边框效果

html之给文本框设置宽度和高度input的无边框效果,第1张

html之给文本框设置宽度和高度/input的无边框效果

<input name="" type="text" style="width:200px; height:20px;" />

html如何设置input的无边框效果

CSS可以控制
<style type="text/css">
input {border:1px solid #c00;}
input {star : expression(
onmouseover=function(){this.style.borderColor="#060"},
onmouseout=function(){this.style.borderColor="#c00"})}
</style>

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/zaji/586749.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-04-12
下一篇 2022-04-12

发表评论

登录后才能评论

评论列表(0条)

保存