使用图像代替<button id =“”> </button>

时间:2014-07-29 10:29:40

标签: html image button

http://protected-river-1861.herokuapp.com/

我尝试了各种代码,但似乎无法正常工作,充其量只能找到未找到的图像。&#39;

<button id="go-search">Go!</button>

我已将按钮插入我的public / images文件夹,我只需要告诉代码加载它。

谢谢!

1 个答案:

答案 0 :(得分:0)

像这样添加css?

#go-search {
    background: url("/images/logo.gif") no-repeat;
    border: medium none;
    cursor: pointer;
    height: 100px;
    width: 200px;
}