日期:2014-05-16  浏览次数:20344 次

如何text的框的边缘凹凸程度?如何改变边框的形态?求解。。。
如题。。。

------解决方案--------------------
参考:
HTML code

<style>
.input_bg {
    background: url("http://hi.csdn.net/attachment/201202/14/8800944_1329226011kytv.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 28px;
    width: 390px;  
}
</style>
<input class="input_bg" type="text" >