Mouse Over Text & Change Color
Mouse Over Text & Change Color
Using simple HTML codes, you may able to make a text change its color to another color just by mouse-over onto it like example below.
From this

to this

Just copy HTML text below to test on your own to your web editor application (eg: Dreamweaver) and execute it on your browser.
<b onmouseout=”this.style.color = ‘#000000′;” onmouseover=”this.style.color
= ‘#FF3300′;” align=”justify”>TEXT CHANGING COLOR ON MOUSE OVER</b>
Popularity: 72% [?]









Thanks for sharing…….
