0

送信ボタンに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/それは機能します

4

1 に答える 1

1

http://jsfiddle.net/DXBgp/ は動作しますが、 http://jsfiddle.net/EFjbx/は動作ません。正しいですか?

この質問をチェックしてください: how to set background image in submit button? . ボタンにCSSを使用して背景画像を追加できるはずです。

于 2012-06-23T01:00:28.200 に答える