Tip: Click lines to highlight, hold ctrl/cmd to multi-select

Button background images (1-May @ 18:36)

remy

Syntax Highlighted Code

  1. input.button {
  2.   background: transparent url(/images/button.jpg) no-repeat;
  3.   border: none;
  4.   cursor: pointer;
  5.   /* height and width of real image */
  6.   height: 28px !important;
  7.   width: 69px !important;  
  8. }

Plain Code

input.button {
  background: transparent url(/images/button.jpg) no-repeat;
  border: none;
  cursor: pointer;
  /* height and width of real image */
  height: 28px !important;
  width: 69px !important;  
}

Permalink: http://codedumper.com/button-background-images