[Javascript] : modifier un texte

: 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;

Reply

Marsh Posté le 07-02-2002 à 17:28:25   

Reply

Marsh Posté le 07-02-2002 à 17:45:31    

<p onmouseover="this.style.fontWeight = 'bold'" onmouseout="this.style.fontWeight = ''">
  texte texte texte ...
</p>

Reply

Marsh Posté le 08-02-2002 à 10:11:52    

excellent, merci bcp.

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed