Stephen has attended:
Project Intro Intermediate course
Dreamweaver 8 Introduction course
Dreamweaver 8 Intermediate course
Menus
On the 2 day course we covered a section where we created a 4 button horizontal
menu which when the cursor went over the button it changed color.
I've created drop down menus ok but cant remember this rollover color change etc, PLEASE help.
RE: Menus
Hi Stephen
I hope you enjoyed your Macromedia Dreamweaver course.
To solve the rollover problem you are having, you need to create a hover event in the CSS, the following css code may help you.
a:hover {
color: ;
background: ;
border:;
}
Hope this solves your DreamWeaver question
David