您好,欢迎访问一九零五行业门户网

css怎么去掉输入框的边框

css去掉输入框的边框的方法:首先打开相应的html代码文件;然后在input标签中直接添加css样式为“style=border:0px;”即可去掉输入框的边框。
本文操作环境:windows7系统、html5&&css3版、dell g3电脑。
去掉文本框的边框的方法:
去掉文本框的边框:
<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">
【推荐学习:css视频教程】
以上就是css怎么去掉输入框的边框的详细内容。
其它类似信息

推荐信息