html文本框样式添加背景图片的例子

发布时间:2020-08-03编辑:脚本学堂
一个html文本框样式的例子,在文本框中添加背景图片,非常好看的文本框样式效果哦,需要的朋友参考下。

例子,html文本框样式代码。
 

复制代码 代码示例:
<input   type= "text "   style= "background-color:#ccc;color:yellow;font-size:11pt ">   
<input   type= "text "   style= "background-image:url( 'banner.jpg ') "> 
<input type="text" id="ZhuiSu" style=" height:48px;background: url(text_back.jpg) center;"/>