| Revision as of 02:11, 3 February 2012 Armorwraith (Talk | contribs) ← Previous diff |
Current revision Armorwraith (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| - | <div> | ||
| - | <span id="textspan1" onmouseover="hightlight(textspan2)" onmouseout="removehightlight(textspan2)">textspan1</span> | ||
| - | </div> | ||
| - | <div> | ||
| - | <span id="textspan2" onmouseover="hightlight(textspan1)" onmouseout="removehightlight(textspan1)">textspan2</span> | ||
| - | </div> | ||
| - | |||
| - | <p onMouseOut="this.style.color = 'black';" onMouseOver="this.style.color = 'red';" align="justify"> | ||
| - | Your text here to change text on mouseover</p> | ||