El botons d'imatge al document HTML es pot crear mitjançant l' tipus atribut d'un element. Els botons d'imatge també fan la mateixa funció que els botons d'enviament, però l'única diferència entre ells és que podeu mantenir la imatge que trieu com a botó.
np.únic
Sintaxi
Exemples
Exemple 1: Aquest exemple s'utilitza per especificar el botó d'imatge sense utilitzar CSS.
Example of image button /* The following tag selector body use the font-family and background-color properties for body of a page*/ Body { font-family: Calibri, Helvetica, sans-serif; background-color: pink; } /* Following container class used padding for generate space around it, and also use a background-color for specifying the lightblue color as a background */ .container { padding: 50px; background-color: lightblue; } /* The following tag selector input uses the different properties for specifying the text field. */ input[type=text] { width: 100%; padding: 15px; margin: 5px 0 22px 0; display: inline-block; border: none; background: #f1f1f1; } input[type=text]:focus { background-color: orange; outline: none; } div { padding: 10px 0; } hr { border: 1px solid #f1f1f1; margin-bottom: 25px; } <hr> Firstname: Middlename: Lastname: Course : Course BCA BBA B.Tech MBA MCA M.Tech Gender : <br> Male Female OtherProva-ho ara
Sortida:
Suport del navegador
Element | Chrome | IE | Firefox | Òpera | Safari |
Botó d'imatge | Sí | Sí | Sí | Sí | Sí |
Atributs
Tot:
Aquest atribut s'utilitza per especificar el text alternatiu, que s'ha de mostrar quan la imatge no es pot mostrar a la pantalla de l'usuari.
Frontera:
Aquest atribut s'utilitza per especificar la vora de la imatge. Si poseu el seu valor com a 0, no es mostrarà cap vora.
Alçada:
Aquest atribut s'utilitza per definir els píxels de l'alçada d'una imatge.
substituïu la cadena a java
Nom:
Aquest atribut s'utilitza per definir el nom d'una imatge.
Src:
Aquest atribut s'utilitza per especificar el camí de la imatge que ha d'aparèixer com a botó.
Amplada:
Aquest atribut s'utilitza per definir els píxels de l'amplada d'una imatge.