テキスト付きの HTML ボタンを作成し、そのボタンの背景画像も配置したい.次のコードを試していますが、うまくいきません。wwwディレクトリにtest.pngを配置しました
<!DOCTYPE html>
<html>
<body>
<input type="button" name="test" value="test" style="background:url('test.png') no-repeat 0 0; width:100px;height=50px;background-color: transparent" ></input>
</body>
</html>