您的位置:首页 > Web前端 > HTML

html中去掉文本框(input type="text")的边框或只显示下边框

2013-06-10 04:52 513 查看
去掉:

<input type="text" name="textfield" style="border:0px;">

只留下边框:

<input type="text" style="BORDER-TOP-STYLE: none;BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE:solid">
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐