V 3 Technologies Web Blog

October 31, 2008

Changing Text colour on Mouse over

Filed under: Uncategorized — Tags: , — admin @ 6:44 pm

Script for changing linked text color on mouseover:

<style
type=”text/css”> <!– A:link { text-decoration: none; color:#YourColor
} A:visited { text-decoration: none; color:#YourColor } A:hover { text-decoration:
none; color:#YourColor } –> </style>


Script for changing text color on mouseover:

<h1 onmouseover=”this.style.color = ‘red’;” onmouseout=”this.style.color = ‘green’;”>This is an example</h1>

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress