Guest User

Untitled

a guest
Aug 10th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. Creating a custom html button with background Image and Text
  2. <input type="button" value="Submit" style="background-image: url(pages/images/ButtonBackground.png);">
  3.  
  4. <button type=submit style="background: #ccc url(test.jpg); padding: 0.5em 1em">Go!</button>
  5.  
  6. <button>
  7. <span class='image'></span>
  8. <span class='text'>Click Me!</span>
  9. </button>
  10.  
  11. <input type="button" value="Submit" style="background: url(pages/images/ButtonBackground.png) no-repeat; width:px; height:px;">
  12.  
  13. <input type="submit" value="" name="commit" id="message_submit" class="registerbtn"/>
  14.  
  15. .registerbtn{background:url(../images/btn_registro.jpg) no-repeat; width:98px; height:32px; border:none;}
Add Comment
Please, Sign In to add comment