Posted on 2009-08-01 17:34
WANGPENG 阅读(189)
评论(0) 编辑 收藏 所属分类:
网摘
<html>
<head>
<style type="text/css">
.editbox{
background: #ffffff;
border: 1px solid #b7b7b7;
color: #003366;
cursor: text;
font-family: "Courier New new";
font-size: 12px;
height: 25px;
padding: 5px; /*www.52css.com*/
}
</style>
</head>
<body>
<input type="text" class="editbox"/>
</body>
</html>