一聚教程网:一个值得你收藏的教程网站

最新下载

热门教程

css 定义input文本输入框样式

时间:2009-03-14 编辑:简简单单 来源:一聚教程网

 

css 定义input文本输入框样式

 这是一张效果图片,我们下面来看看input的源码html代码吧。

 代码如下 复制代码


    

     
     

         
         昵称:
         
     

      

         
         邮件地址:
     
   
        
                                我想对泸州说:

                               
    

   

哈哈,好像没有什么区别哦,那我们要告诉你区别就是id哦。

 代码如下 复制代码

.msginput{
width:300px;
border:none;
background:#432914;
margin:0 0 0 30px;
background:url(images/line.jpg) no-repeat bottom left;
color:#f5e2ca;
}

#input{

height:40px;
}
#commentarea{
height:100px;
overflow:auto;
}
.msgsubmit{
float:right;
border:none;
background:#8d653a;
height:28px;
width:54px;
margin:20px 60px  0 0px;
}
#commentname{
line-height:30px;
padding:0 0 0 15px;
color:#432914;
background:url(images/nameback.jpg) no-repeat top left;
height:36px;
width:90px;
display:block;
}

仔细看看吧,本站原创转载注明www.111com.net

热门栏目