下面看一下利用css设置 input文本输入框样式的例子
有关input的源码html代码。
下面是css:
.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;
}