“Schaltfläche mit Hintergrundbild und Text HTML CSS” Code-Antworten

So setzen Sie das Hintergrundbild für die Schaltfläche 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;
}
Selfish Sable

Schaltfläche mit Hintergrundbild und Text HTML CSS

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

Ähnliche Antworten wie “Schaltfläche mit Hintergrundbild und Text HTML CSS”

Fragen ähnlich wie “Schaltfläche mit Hintergrundbild und Text HTML CSS”

Weitere verwandte Antworten zu “Schaltfläche mit Hintergrundbild und Text HTML CSS” auf CSS

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen