Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/75.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
Html 提交按钮图像上的边框_Html - Fatal编程技术网

Html 提交按钮图像上的边框

Html 提交按钮图像上的边框,html,Html,我试图让提交按钮上的图像边框消失,但似乎找不到修复它的神奇代码 <input name="Insert" type="image" id="Insert" alt="Register" width="189" height="38" border="0" src="../../images/register.png" onmouseover="MM_swapImage('Insert','','../../images/re

我试图让提交按钮上的图像边框消失,但似乎找不到修复它的神奇代码

<input name="Insert" type="image" id="Insert" alt="Register" 
          width="189" height="38" border="0" 
          src="../../images/register.png" 
          onmouseover="MM_swapImage('Insert','','../../images/register_f2.png',1)" 
          onmouseout="MM_swapImgRestore()" />

您可能有一些CSS是由选择器以更具体的方式设置的


使用像Firebug这样的检查工具来检查所应用的CSS。

style=“border:0px;”应该这样做。

就是这样。。。我很高兴这是一个简单的过程!