有没有办法将上传图像作为uploadifive中的按钮?

时间:2018-02-16 22:28:24

标签: uploadify uploadifive

我知道有buttonClass但是不允许显示图像?基本上我想使用图像作为按钮而不是使用buttonText生成的图像。我知道在uploadity中有一个buttonImg属性。我想知道是否有任何东西可以在uploadifive中做同样的事情?

1 个答案:

答案 0 :(得分:0)

uploadifive.css 文件中,您需要使用以下属性编辑 uploadify-button 类:

background-color: transparent;
background-image: url('path/to/your/image');

或者您可以定义自己的buttonClass并引用它。