Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

STL - Formerly Best Training Solutions Through Learning
TrustPilot
Excellent
Request Callback We will call you back
0207 987 3777 Call for assistance
Your Basket Basket is empty
web-design-training - menus

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

web-design-training - Menus

ResolvedVersion 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:

JumpMenu in new window

When inserting a jumpmenu to a page, the only option available for 'open in' is usually 'main window'. There would be other options available if the page was a frameset.

To change the jumpmenu to open in a new window, change the target parameter of the selectbox in your code to 'window.open()'.

eg.

<select name="menu1" onChange="MM_jumpMenu('window.open()',this,0)">


source:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16166& ;sliceId=1

View all Dreamweaver hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.09 secs.