Home > Articles > Graphics & Web Design > Dreamweaver & Flash

  • PrintPrint
  • Share ThisShare This
  • DiscussDiscuss

Part 4: Attaching the Show-Hide Layers Behavior

In this last section, you'll add the ever-important finishing touches to your drop-down menu. You'll begin by getting a quick overview of what behaviors are, and then you'll learn how to attach Dreamweaver's Show-Hide Layers behavior to different page elements to create the drop-down effect you're after.

First, let's get a quick overview of what a behavior actually is: A behavior is a Macromedia Dreamweaver term used to describe a visual way to quickly implement programming code without having to learn how to write any code. Behaviors simplify all the programming logic into a visual interface based on two things: an event and an action.

An event refers to something that happens in a Web browser—for example:

  • When a page loads, the JavaScript onLoad event occurs.

  • When a user moves the mouse over a graphic, the JavaScript onMouseOver event occurs.

An action refers to a prewritten piece of JavaScript code that runs when an action you're looking for occurs.

So, when you attach a behavior in Dreamweaver, you're doing two things:

  • Figuring out what event you want to watch for, and what action needs to take place

  • Using Dreamweaver's visual tool (Behaviors) to write the code that checks for the event and then performs the action

Both the event and the action JavaScript code are attached to an HTML page element, such as a link. Whenever the event occurs (for example, clicking a link), the action takes place (for example, displaying a rollover image).

As mentioned earlier, behaviors can be attached to HTML page elements, such as a graphic (<img src="..."), or the body (<body>) tag. Behaviors cannot be attached to a layer, but they can be attached to an element inside a layer or can make a layer do something. As mentioned earlier, this is why you placed a transparent image inside the hidedropdown layer; it will be used to capture an event (the onMouseOver event) and then perform an action (show or hide layers.)

Dreamweaver ships with a large number of prebuilt behaviors. The behavior you'll be using here is the Show-Hide Layers behavior. This behavior will allow you to check for the onMouseOver event on certain images and attach code to it that either shows or hides one or more layers, creating the drop-down menu effect.

In this next series of steps, you'll attach the Show-Hide Layers behavior to the Products graphic, located in the mainnav layer.

The first step is to select the target browsers you want to see behaviors for:

  1. Click Window, Behaviors to display the Behaviors panel.

  2. In the Behaviors panel, click the + icon. A long context-sensitive menu appears.

  3. From the menu, select Show Events For.

  4. Select 3.0 and Later Browsers from the submenu that appears.

From now on, when you click the + sign in the Behaviors panel, the only behaviors that appear are those that work in 3.0 and above Web browsers.

Next, attach the Show-Hide Layer behavior to the Products graphic:

  1. Click the Products graphic, located in the mainnav layer, to select it.

  2. Click the + icon in the Behaviors panel. A list of behaviors appears.

  3. Select Show-Hide Layers from the list of behaviors. The Show-Hide Layers dialog box appears.

  4. In the Named Layers list box, select the layer hidedropdown.

  5. Click the Show button at the bottom of the dialog box. The word (show) appears after the layer hidedropdown.

  6. Select the entry layer dropdown.

  7. Click the Show button. The word (show) appears after the layer dropdown.

  8. When your dialog box looks like the one in Figure 33, click the OK button to apply the settings.

    Figure 33Figure 33 Specifying the action to take: selecting the layers to show for the drop-down menu.

Next, let's confirm that the correct event is selected:

Click the Products graphic again. In the Behaviors panel, you will see two columns: Events and Actions. The Events column should say onMouseOver. In the Actions column, Show-Hide Layers appears.

Everything looks good. Go ahead and test this behavior: Press the F12 key to test your page. When the page loads, the drop-down menu will be hidden. When you move your mouse over the Products graphic, the drop-down menu appears. Cool.

But notice how the menu stays on the screen when you move your mouse off it. Let's attach the Show-Hide Layer behavior to the graphic in the hidedropdown layer to hide the layer when the mouse passes over it:

  1. In the Layers panel, select the hidedropdown layer. The layer appears in the Dreamweaver document window.

  2. Click inside the layer to select the transparent graphic, as shown in Figure 34.

    Figure 34Figure 34 Selecting the transparent graphic in the hidedropdown layer.

  3. In the Behaviors panel, click the + icon.

  4. Select Show-Hide Layers from the long menu that appears. The Show-Hide Layers dialog box appears.

  5. In the Named Layers list box, select the layer hidedropdown, and then click the Hide button.

  6. In the Named Layers list box, select the layer dropdown, and then click the Hide button.

Both the hidedropdown and dropdown layers display (hide) next to them, which means that those layers will hide when a user moves the mouse off the transparent graphic. Click OK.

Press F12 to test your work: Move your mouse over the Products graphic. The drop-down menu appears. (The invisible hidedropdown layer appears as well.) Next, move your mouse away from the drop-down menu. The pointer passes over the transparent image and both layers disappear. Excellent!

The last thing you have to do is attach the Show-Hide Layer behavior to the Support graphic so that the layers hide when a user's mouse passes over it:

  1. In the Layers panel, select the mainnav layer.

  2. Click the Support graphic to select it.

  3. In the Behaviors panel, click the + icon.

  4. Select Show-Hide Layers from the long menu that appears. The Show-Hide Layers dialog box appears.

  5. In the Named Layers list box, select the layer hidedropdown, and then click the Hide button.

  6. In the Named Layers list box, select the layer dropdown, and then click the Hide button.

  7. Click the OK button.

Press F12 to ensure that moving your mouse over the Support graphic hides the drop-down menu.

You're done. Now practice implementing drop-down menus on your own to get comfortable with the steps required. Once you get the hang of it, it won't take long to implement.

  • Share ThisShare This
  • Your Account

Discussions

Dropd down menu not appearing at the corect position
Posted Jun 15, 2009 02:18 AM by kangana.dsouza86
0 Replies
layering in pages that are aligned center
Posted Jan 22, 2008 12:09 PM by astrotam80
0 Replies

Make a New Comment

You must log in in order to post a comment.

Related Resources

Emily NaveCommunity Tips: Starting a User Group Library
By Emily Nave on August 3, 20102 Comments

The Central Penn Adobe User Group (CPAUG) uses a library program to share books from different publishers with members. A short Q&A with group leader Megan Fister provides some great tips for starting your own.

Everything's ready and working, so let's write
By Federico Kereki on August 3, 2010 No Comments
All the audio code is ready, refactored, commented, and working, so it's writing time!
Keep going with GWT
By Federico Kereki on August 1, 2010 No Comments

I've been using GWT for some years now, and I'm still contented with the easier way for web development. After having written a book on GWT development, doing a blog seemed a good idea for answering questions, and for further expanding topics that didn't get a place in the book.

See All Related Blogs

Informit Network