我正在尝试使用type =“image”作为提交按钮。不是没有用。
<input type="image" SRC="http://bin.xxx/images/free_download_continue.png" name="method_free" value="Free Download">
不适用于
<input type="submit" name="method_free" value="<TMPL_VAR lang_free_download>">
当我这样做时,我http://jsfiddle.net/DXBgp/收到错误
但是当我这样做http://jsfiddle.net/EFjbx/时,它可以正常工作
答案 0 :(得分:1)
嗯,我认为你让他们混淆了,http://jsfiddle.net/DXBgp/有效,http://jsfiddle.net/EFjbx/没有,对吗?
在how to set background image in submit button?查看此问题。您应该只能使用按钮上的CSS添加背景图像。