Uploadify button: Style with CSS?

后端 未结 8 2205
挽巷
挽巷 2020-12-04 12:44

Is it possible to replace the Uploadify button (which is a graphic containing up/over/down states) with a simple CSS-styled button?

8条回答
  •  南方客
    南方客 (楼主)
    2020-12-04 13:23

    Why not just put a Wrapper around it like this:

    Style it like this:

    .uploadWrapper object {background-color: red;}
    .uploadWrapper object:hover {background-color: blue;}
    

    And use the following script:

    
    

    Works for me ;) ... and of course you can just use background-images instead of the colors.

提交回复
热议问题