Before you begin, download the sample files that accompany this tutorial. In this section I'll describe how to configure Dreamweaver so that you can get started. I've named this sample project Spryte after the Spry framework that you'll use to create the menu functionality.
Note: As a reference, I've also included a completed version of this project in the downloadable sample files.
First, extract the contents of the ZIP file to a local folder on your hard disk. For Windows users, I suggest saving the folder inside the My Documents folder. Mac users can save the files to a subfolder inside Users/<user name>/Sites. Once you've saved the sample files to your preferred location, launch Dreamweaver CS3 to set up the Spryte project:
Note: If you do not see the files listed in the Files panel, refresh it by pressing F5.
Now it's time to insert a default Spry menu:
Locate the <div> tag with an id of "spry_nav" and place your cursor inside.
If you're working in Code view, the <div> should
appear on line 22.
If you're viewing the document in Design view, refer to Figure 1 for the location of the div.

Figure 1. In Design view, the spry_nav div is located in the upper left corner.
You now have a working Spry menu bar (see Figure 2).

Figure 2. It's a good start—the default spry menu.
Wasn't that easy? However, the default setup doesn't really complement the design of the Spryte page; for best results, you need to design your own. In the next section, I'll describe how to create the design in Fireworks.