当前位置: 代码迷 >> JavaScript >> 怎么text的框的边缘凹凸程度?怎么改变边框的形态?求解。
  详细解决方案

怎么text的框的边缘凹凸程度?怎么改变边框的形态?求解。

热度:117   发布时间:2012-03-26 15:46:56.0
如何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" > 
  相关解决方案