background repeatx

<input id="verifyCode" name='verifyCode'
     style="background: url(images/login_6.gif) repeat-x; border: solid 1px #27B3FE; height: 20px; background-color: #FFFFFF"
     size="4" onkeydown="keyDown(event)" size="4" />

peat : 是不重复背景图片的
background-repeat: repeat : 重复背景图片 x方向 和 y 方向 同时重复的
background-repeat: repeat-x : x方向即水平方向重复
background-repeat: repeat-y : y方向即竖直方向重复

原文地址:https://www.cnblogs.com/guanghuiqq/p/2706940.html