如何让输入框只显示——

lurry 2002-09-02 05:14:33
用dreamweaver定义了一个<input type="text" name="textfield12" size="2">输入框,要求只显示一条横线而不显示为框,请问有办法实现吗?谢谢
...全文
31 9 打赏 收藏 转发到动态 举报
写回复
用AI写文章
9 条回复
切换为时间正序
请发表友善的回复…
发表回复
musclecn 2002-09-02
  • 打赏
  • 举报
回复
又学到了一照
lurry 2002-09-02
  • 打赏
  • 举报
回复
已搞定,谢谢各位
anywayliu 2002-09-02
  • 打赏
  • 举报
回复
<input name="textfield12" size="4" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; WIDTH: 103px; BORDER-BOTTOM: darkblue 3px solid; HEIGHT: 43px">
anywayliu 2002-09-02
  • 打赏
  • 举报
回复
<input name="textfield12" size="2" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 1px" >
slippers3000 2002-09-02
  • 打赏
  • 举报
回复
<input type=text style="border:1 solid #000000">

<input type=text style="border-left:none; border-right:none; border-top:none; border-bottom: 1 solid #000000"></textarea>
meetweb 2002-09-02
  • 打赏
  • 举报
回复
t.css
.TDBorderMis1 {BACKGROUND: #ffffff;font-size: 10.2pt;color:#ff0000;border-bottom: #000000 1px solid;border-top: #ffffff 1px solid;border-left: #ffffff 1px solid;border-right: #ffffff 1px solid}
index.asp
<LINK href="t.css" rel=stylesheet type=text/css>
<input class=TDBorderMis1 type=Password name=Pwd size=15 maxlength=15>
meizz 2002-09-02
  • 打赏
  • 举报
回复
<input type=text name=txt value=abc size="10" style="border-style: inset; border-width: 0;border-bottom-style: solid; border-bottom-width: 1">
lly1111 2002-09-02
  • 打赏
  • 举报
回复
<STYLE type=text/css>
.input {
BACKGROUND-COLOR: #FFFFFF;BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 0px solid; BORDER-RIGHT: #000000 0px solid; BORDER-TOP: #000000 0px solid; COLOR: #000000; FONT-FAMILY: "Verdana", "宋体"; FONT-SIZE: 9pt
}
</STYLE>
<input type="text"class=input name="time2" size="10">
fokker 2002-09-02
  • 打赏
  • 举报
回复
<input name="textfield12" size="2" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px" value=-->

28,390

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧