码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2016-08-22 19:53:30      阅读:578      评论:0      收藏:0      [点我收藏+]

标签:

<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>

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

标签:

原文地址:http://www.cnblogs.com/ys-wuhan/p/5796725.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!