A voir également:
- Changer la forme du bouton envoyer
- Changer dns - Guide
- Mise en forme conditionnelle excel - Guide
- Changer clavier qwerty en azerty - Guide
- Changer carte graphique - Guide
- Changer extension fichier - Guide
2 réponses
Utilisateur anonyme
7 janv. 2004 à 15:50
7 janv. 2004 à 15:50
<head>
<title>...</title>
<style type="text/css">
.boite {font-family=courier new;
font-size=12px;
font-weight=bold;
cursor:hand;
color=#400040;
background=#EECC00;
border=0;
width=80px;
height=20px; }
</style> <!non exhaustif>
....
<body>
<input type=submit class=boite .....
beaucoup d'autres possibilités
<img src="image" ... onclick="... > par exemple
faut voir http://www.selfhtml.com.fr ( de mémoire ) une bible
<title>...</title>
<style type="text/css">
.boite {font-family=courier new;
font-size=12px;
font-weight=bold;
cursor:hand;
color=#400040;
background=#EECC00;
border=0;
width=80px;
height=20px; }
</style> <!non exhaustif>
....
<body>
<input type=submit class=boite .....
beaucoup d'autres possibilités
<img src="image" ... onclick="... > par exemple
faut voir http://www.selfhtml.com.fr ( de mémoire ) une bible