Liam has attended:
Dreamweaver 8 Introduction course
Dreamweaver 8 Intermediate course
Rollover
How do I colour an entire block of a rollover image?
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