“CSS -Bild als Schaltfläche” Code-Antworten

So setzen Sie Bild in Taste CSS ein

input.button-add {
  height: 32px;
  padding-left: 36px;
  padding-right: 10px;
  border: 1px solid #000000;
  background: #ff9900 url("http://placehold.it/16x16") no-repeat 10px center;
  cursor: pointer;
}
Smiling Skunk

CSS -Bild als Schaltfläche

<!--Sometimes HTML is enough -->
<input type="image" src="/path" />
adreaskar

Ähnliche Antworten wie “CSS -Bild als Schaltfläche”

Fragen ähnlich wie “CSS -Bild als Schaltfläche”

Weitere verwandte Antworten zu “CSS -Bild als Schaltfläche” auf HTML

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen