Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/bash/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Forms 使用背景图像提交Html表单_Forms_Submit - Fatal编程技术网

Forms 使用背景图像提交Html表单

Forms 使用背景图像提交Html表单,forms,submit,Forms,Submit,使用背景图像提交Html表单 <input type="submit" name="fsubmit" value="Submit" class="Submit" /><br> .Submit{ background:url(images/Submit-btn.png) left top no-repeat;<br> border: medium none;<br> clear: both;<br> color: #FFFFFF;<

使用背景图像提交Html表单

<input type="submit" name="fsubmit" value="Submit" class="Submit" /><br>

.Submit{
background:url(images/Submit-btn.png) left top no-repeat;<br>
border: medium none;<br>
clear: both;<br>
color: #FFFFFF;<br>
cursor: pointer;<br>
float: right;<br>
height: 65px;<br>
padding-bottom: 37px;<br>
width: 83px;<br>
}

.提交{ 背景:url(images/Submit btn.png)左上方不重复;
边框:中等无;
清除:两个;
颜色:#FFFFFF;
光标:指针;
浮动:对;
高度:65px;
填充底部:37px;
宽度:83px;
}
试试这个:

.icon_button{
    background:#FFFFFF url(http://www.limitedlink.com/images/png/ico.png) no-repeat 4px 4px;
    padding:4px 4px 4px 22px;
    height:auto;
}