css 坐标来实现局部图片背景以下是引用片段:<style type="text/css">.inp_L1,.inp_L2{background:url("/UploadFile/20094/20094158590563.jpg") no-repeat}.inp_L1{width:67px;height:23px; background-position:-4px -4px;border:0;color:#464646;line-height:23px}.inp_L2{width:67px;height:23px; background-position:-4px -30px;border:0;color:#464646;line-height:23px}</style><input type="submit" id="input_btn1" name="enter.x" value="登 录" onMouseOver="this.className=inp_L2" onMouseOut="this.className=inp_L1" tabindex="4" class="inp_L1">用css 坐标实现局部图片背景,这样的方式方便管理图片。