Search
 
SCRIPT & CODE EXAMPLE
 

CSS

how to set background image for button in css

div#submitForm input {
  background: url("../images/buttonbg.png") no-repeat scroll 0 0 transparent;
  color: #000000;
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  padding-bottom: 2px;
  width: 75px;
}
Comment

button with background image and text html css

<button type=submit style="background: #ccc url(test.jpg); padding: 0.5em 1em">Go!</button>
Comment

PREVIOUS NEXT
Code Example
Css :: how mto change the label font style in css 
Css :: css menu horizontal 
Css :: custom cursor css 
Css :: scss background color 
Css :: css masking 
Css :: how to see applications installed by wine cmd 
Css :: dark-mode 
Css :: circle css animation 
Css :: what is padding in css 
Css :: css focus input change another element 
Css :: bootstrap dropdown in accordion problem 
Css :: vim unset number 
Css :: sweet alert modal form 
Css :: td min-height not working 
Css :: What is the "style", when creating an internal CSS? 
Css :: table td css 
Css :: css how to make 2d animations at once 
Css :: css pseudo elements 
Css :: django html not using css 
Css :: vue scoped scss media query 
Css :: dxxxxxxx 
Css :: sub menu not showing horizontal css 
Css :: table inside table not matching borders 
Css :: Plusing with CSS 
Css :: how to show image son hover cells in excel 
Css :: text decoration too long 
Css :: if browser css 
Css :: css ditribute width equealy to child components 
Css :: responsive header with logo and menu css code 
Css :: CSS Image accordion 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =