Forum home » Delegate support and help forum » Dreamweaver Training and help » web-design-training - Rollover
web-design-training - Rollover
Resolved · Low Priority · Version Standard
Liam has attended:
Dreamweaver 8 Introduction course
Dreamweaver 8 Intermediate course
Rollover
How do I colour an entire block of a rollover image?
For upcoming training course dates see: Pricing & availability
RE: Rollover
Hi Liam
I trust you found your dreamweaver courses useful.
To create a rollover colour block you will need to open up your CSS and implement the a:hover feature.
To set up a hove you will need to use something very similar to the example below
your item a:hover {
border: your info;
background: your info;
color: your info;
}
Hope this helps
David
|
