我知道有buttonClass但是不允许显示图像?基本上我想使用图像作为按钮而不是使用buttonText生成的图像。我知道在uploadity中有一个buttonImg属性。我想知道是否有任何东西可以在uploadifive中做同样的事情?
答案 0 :(得分:0)
在 uploadifive.css 文件中,您需要使用以下属性编辑 uploadify-button 类:
background-color: transparent;
background-image: url('path/to/your/image');
或者您可以定义自己的buttonClass并引用它。