V 3 Technologies Web Blog

Tech news from around the globe!

Changing Text colour on Mouse over

October 31st, 2008 · No Comments

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>

Tags: Uncategorized

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment