: modifier un texte [Javascript] - Programmation
Marsh Posté le 07-02-2002 à 17:28:25
Bonjour, Je voudrais que mon texte passe en bold lors du roll over de ma souris. Comment faire ? Merci bcp;
Marsh Posté le 07-02-2002 à 17:45:31
<p onmouseover="this.style.fontWeight = 'bold'" onmouseout="this.style.fontWeight = ''"> texte texte texte ... </p>
Marsh Posté le 08-02-2002 à 10:11:52
excellent, merci bcp.
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 07-02-2002 à 17:28:25
Bonjour,
Je voudrais que mon texte passe en bold lors du roll over de ma souris. Comment faire ?
Merci bcp;