Open source are the greatest wealth---WANGPENG
posts - 46, comments - 11, trackbacks - 0, articles - 0
   :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

[转载]html 文本框css效果一个

Posted on 2009-08-01 17:34 WANGPENG 阅读(183) 评论(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>

只有注册用户登录后才能发表评论。


网站导航: