Click to See Complete Forum and Search --> : does anyone have...?


solid
09-12-2003, 12:07 PM
can sum1 pls help me, i need this script for my IT coursework at skool.

does any1 have a mouseover script which changing text.
ie, when mouse is moved over text, the text changed to different text (but same formatting)

thx

pyro
09-12-2003, 12:15 PM
Originally posted by solid
i need this script for my IT coursework at skool.So do you really think we should just give you the script? Why don't you post what you have so far, and someone can give you some tips...

Khalid Ali
09-12-2003, 12:16 PM
this will do what you are asking

<div onmouseover="this.innerHTML='new Text'" onmouseout="this.innerHTML='Old Text'">Old Text</div>