web-design-training - menus

TrustPilot

starstarstarstarstar Excellent

  • Home
  • Courses
  • Promotions
  • Schedule
  • Formats
  • Our Clients

Forum home » Delegate support and help forum » Dreamweaver Training and help » web-design-training - Menus

web-design-training - Menus

resolvedResolved · Low Priority · Version Standard

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


 

Dreamweaver tip:

Css styles

If you are looking for a CSS style for your website / web page and not sure what you want to use, then go to the Csszengarden website, where you can download samples to try.

View all Dreamweaver hints and tips


Server loaded in 0.07 secs.