Andrea has attended:
Dreamweaver 8 Introduction course
How do you change a text roll over colour?
How do you change a text roll over colour?
Using css to change the link roll over colour
Hi Andrea,
One of the most effective ways to do this is to create a CSS style titled a:hover with the colour of your choice.
In Dreamweaver, you create a selector class style and choose hover as the type. Then set the font colour to a colour of your choice.
The CSS code created will look something like this:
a:hover {
color: #FF0000;
}
I hope this helps and you enjoyed your training today.
Regards, Rich