Viewing 1 replies (of 1 total)
  • Plugin Author David Wang

    (@blogjunkie)

    Hi! Sorry I didn’t see your post till today. Just style the input.click-grab-box-copy element in your CSS. Here’s an example if you want to use a background image.

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]

    input.click-grab-box-copy {
    background: url('images/btn_copy.png') no-repeat 0 0;
    height: 26px;
    padding: 0;
    width: 18px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    }

    Or you can also use something like http://www.cssbuttongenerator.com to create cool looking CSS3 buttons. Good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘button’ is closed to new replies.