98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Dreamweaver Training and help » courses in dreamweaver - How do you change a text roll over colour? | Dreamweaver forum
courses in dreamweaver - How do you change a text roll over colour? | Dreamweaver forum
Resolved · Low Priority · Version Standard
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
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Dreamweaver tip:Quick Tag EditorIf you want to quickly access your HTMl tag while in design view, highlight your item on a page and press Ctrl+T |