0

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

4

1 回答 1

0

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

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

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

于 2018-05-25T16:43:38.573 回答