新闻详情

只代下划线的输入框

3331 2009/5/18
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>只代下划线的输入框</title>
</head>
<body>
只有下划线的输入框<input type="text" name="txt1" size="25" style=" border:1px; border-bottom-style: solid;border-top-style: none;border-left-style:none;border-right-style:none;">
<br />
默认的输入框      <input id="Text1" size="25" type="text" />
</body>
</html>

相关资讯

18973218026
返回顶部