If you use Fireworks to comp your web designs, you probably have worked often with the program's export option that generates both images and HTML code for use in an HTML editor like Dreamweaver. Fireworks creates the table-based layout and slices and arranges the images according to the settings you configure in the Export dialog box.
Although this has been a reasonable way to work, sometimes the table structure that Fireworks exports is complex, making editing very difficult for those in charge of updating page content. Moreover, with the advent of web standards, many designers follow a different method—one that uses CSS and best practices to create attractive and efficient pages with enhanced accessibility. This three-part tutorial guides you through the complete process of using Fireworks and Dreamweaver to produce web standards pages.
In Part 1, you will work in Fireworks to create the design, organize the layers, make the slices, and export them to a defined site. In Part 2 and Part 3, you will work in Dreamweaver to build a CSS-based layout that entirely eschews the use of tables. To get started, download the sample ZIP file for this tutorial.
Many web designers are moving away from the use of the standard centered, fixed-width CSS layout that generates a strong vertical feel as its content spills down the page when the visitor scrolls. These designers are instead following a popular technique that our Community MX colleague Zoe Gillenwater calls the "horizontal band" layout.
To tone down the vertical feel of traditional CSS layouts, the horizontal band layout uses background colors or images applied to stacked div elements that stretch across the entire width of the browser window. The following sites provide good examples of this technique:
Basic horizontal band layouts use horizontal bands just for the header and footer, sometimes including a navigation bar. The content area may or may not have a background color behind it. The footers are often very deep, prompting designers to call them fat footers or big foot. It is such a layout that we will create in this series of tutorials.
Additionally, when we recreate the layout in Dreamweaver, we will jazz it up with two Spry widgets: Accordion Panels and Tabbed Panels.
Figure 1 shows a preview of the finished comp for the fictitious blog, Blimey, that this tutorial helps you create.
Figure 1. Preview of the Blimey comp
Create the canvas
To get started, launch Fireworks and create a new canvas (see Figure 2):
- Choose File > New.
- Set the width to 1000 pixels, height to 800 pixels, and resolution to 72 pixels/inch.
- Select White as the canvas color.
Figure 2. New Document dialog box settings
Create the horizontal bands
The first step is to create the horizontal bands that will make up the design's four modules. These modules will be coded with CSS in a later part of this tutorial.
To create the first band, draw a rectangle at the top of the canvas and fine-tune it with the following settings in the Property inspector (see Figure 3):
- Set the width to 1000 and height to 54.
- Position rectangle at X: 0 and Y: 0.
- For Fill, select the Linear Gradient.
- Click the Color Picker to edit the colors.
- Set the left color to #636363 and the right color to #060606.
Figure 3. Gradient rectangle settings for the header background
Be sure to give each object you create a meaningful name so that you can easily recognize it as the list of objects and layers grows. Name this rectangle header background.
Next, add the second band that will form the background for the Blimey logo (see Figure 4):
- Select the Rectangle tool.
- Draw any size rectangle on the canvas.
- In the Property inspector, set the width to 1000 and height to 104.
- Position the rectangle at X: 0 and Y: 55.
- Select Linear Gradient with the left color #D5D5D5 and the right color #FFFFFF.
- Name this rectangle masthead background.
Figure 4. The settings for the masthead background
Note: To create a comp that is properly aligned in the XHTML document, use the Property inspector to set coordinates precisely, rather than placing and sizing elements by clicking and dragging.
Create the content outline
The content portion of the layout will not have a color band behind it, but will instead have a border to set it off from the other portions of the page.
- Select the Rectangle tool.
- Draw any size rectangle under the masthead area.
- In the Property inspector, set the following attributes (see Figure 5):
- Width: 260
- Height: 360
- X: 110
- Y: 164
- Fill: solid color white
- Stroke: #B5B5B5, 1-Pixel Soft
Figure 5. The settings for the left rectangle
- Clone the rectangle and make the following changes in the Property inspector (see Figure 6):
Figure 6. The settings for the right rectangle
- Select both rectangles.
- Select Modify > Group.
- Name the group content border in the Layers panel.
Figure 7 shows the completed content border.
Figure 7. The completed content border
Add the big footer background
The final band will serve as the background for the footer. Horizontal band layouts often have deep footers that provide more than just a copyright notice or address. These footers can have complex layouts of their own, with columns and auxiliary content that maximizes the page real estate.
- Select the Rectangle tool.
- Draw any size rectangle on the canvas.
- In the Property inspector, set the width to 1000 and height to 260 (see Figure 8).
- Position the rectangle at X: 0 and Y: 540.
- Select the fill color to solid #191919.
- Name this object big foot background.
Figure 8. The big footer background settings
The bands are now complete. Your PNG should look like Figure 9.
Figure 9. The completed horizontal bands
Organize components into layers
Before you go any further, organize these components onto new layers to separate them from each other and make it easier to keep track of where to make modifications:
- Click the New/Duplicate Layer button (located at the bottom of the Layers panel) three times until you have Layers 1, 2, 3, and 4 (see Figure 10).
- Rename Layer 1 header.
- Rename Layer 2 masthead.
- Rename Layer 3 content.
- Rename Layer 4 footer.
Drag the appropriate objects into each layer (see Figure 10).
Figure 10. Organizing with layers
Lock each layer by clicking the box to the right of the eye icon. This makes it impossible for you to accidentally delete or change anything in each horizontal band background as you add other objects to its layer.
Now that you have the big pictures, you can add details to each band. You'll begin with the Blimey header, which is made up of a horizontal navigation bar and a search field.
Create the header navigation bar
The navigation bar is the object on the left side of the header.
- In the Layers panel, unlock and select the header layer.
- Click the New/Duplicate Layer icon.
- A new layer appears above the header layer.
- Rename it navigation elements.
Note: Be sure to lock the header layer again so that you don't accidentally modify it.
- Make sure the new layer is selected and draw another rectangle on the canvas.
- Name this object home btn (see Figure 11).
- Set the width to 92 and the height to 21.
- Position it at X: 110 and Y: 17.
- Select Solid for the fill and choose #FFFFFF as the color.
Figure 11. The home button settings
- Select Edit > Clone.
- Set the clone's X coordinate to 210.
- Name the new object archive btn.
- Select Edit > Clone again.
- Set the clone's X coordinate to 310.
- Name the new object author btn.
- Select Edit > Clone again.
- Set the clone's X coordinate to 410.
Tip: Rather than cloning and repositioning objects, you can create a Fireworks Symbol to add into the Library. You can then insert the symbol wherever you need it. To learn more about Symbols and Rich Symbols, refer to the Fireworks Help files.
- Name the new object contact btn.
- Select the Type tool.
- In the Property inspector, set the following attributes (see Figure 12):
- Font: Arial
- Size: 10
- Color #333333
- Alignment: centered
Figure 12. Type settings for the navigation button text
- Using these type settings, create text in all caps for each button (see Figure 13):
- HOME at X: 139 and Y: 21
- ARCHIVES at X: 228
- AUTHOR at X: 332
- CONTACT at X: 426
Figure 13. The horizontal navigation bar
The navigation elements layer is now complete. Close it by clicking the arrow to the left of its name, and then lock the entire layer.
Create the header search field
You'll need another layer above the header layer to hold the header search objects:
- Unlock and select the header layer.
- Click the New/Duplicate Layer icon. A new layer appears above the header layer.
- Rename the new layer search field elements.
Note: Be sure to lock the header layer again so that you don't accidentally modify it.
- Make sure the new layer is selected and draw another rectangle on the canvas.
- Name this object search box (see Figure 14).
- Set the width to 159 and the height to 18.
- Position it at X: 707 and Y: 17.
- Select Solid for the fill and choose #FFFFFF as the color.
Figure 14. Search box settings in the Property inspector
Add the Go text
To add the Go text, follow these steps:
- Select the Type tool.
- In the Property inspector, set the following attributes:
- Font: Arial
- Size: 11
- Color: #FFFFFF
- Alignment: left
- Type the word Go.
- Set the following attributes in the Property inspector:
Figure 15. Go text settings in the Property inspector
Import the search icon
At his own horizontal band site, Gordon Mackay offers several free Fireworks PNGs, including form buttons. This tutorial uses another of Gordon's icons, a search magnifying glass, that is included with this tutorial's sample files. Import this icon to your canvas.
- Select File > Import.
- Navigate to the support_files folder.
- Locate search_icon.png.
- Click Open.
- Move the loaded graphics cursor to the left of the search field and click.
- Position the icon at X: 679 and Y: 16.
- Name the object search icon in the Layers panel.
- Close and lock this layer.
Figure 16. The completed search field
Now that the header is done, you can import the masthead logo.
Import the masthead logo
To import the masthead logo follow these steps:
- Unlock the masthead layer.
- Select File > Import.
- Navigate to the support_files folder.
- Locate blimey_logo.png.
- Click Open.
- Move the loaded graphics cursor within the gradient masthead band and click.
- Position the logo at X: 110 and Y: 55.
- Name the object Logo in the Layers panel.
- Close and lock this layer.
Figure 17. The masthead logo
The next step is to create the "big foot."
Create the footer columns
To create the footer columns, follow these steps:
- Unlock and select the footer layer.
- Select the Rectangle tool.
- Draw a rectangle within the footer background.
- Set its attributes in the Property inspector (see Figure 18):
- Width: 260
- Height: 200
- X: 110
- Y: 570
- Fill: solid #191919
- Stroke: #B5B5B5
Figure 18. The settings for the footer column
- Clone the rectangle, changing its X coordinate to 369.
- Clone the rectangle again, changing the X coordinate to 628.
- Select the three rectangles.
- Select Modify > Group.
- Name the object footer columns.
Figure 19 shows how your composite should look at this point.
Figure 19. The layout including three footer columns
Create the content region
In Dreamweaver, you will add two new Spry widgets—the Accordion and Tabbed Panels—in the content region of the layout.
Note: A Spry widget is a page element that combines HTML, CSS, and JavaScript data to enable user interaction. The Spry framework for Ajax supports a set of reusable widgets written in standard HTML, CSS, and JavaScript code. For more information on Spry, go to Adobe Labs.
As described on the Working with the Spry Accordion widget page: "An Accordion widget is a set of collapsible panels that can store a large amount of content in a compact space. Site visitors hide or reveal the content stored in the accordion by clicking the tab of the panel. The panels of the accordion expand or contract accordingly as the visitor clicks different tabs. In an accordion, only one content panel is open and visible at a given time."
To create the accordion widget:
- Unlock and select the content layer in the Layers panel.
- Click the New/Duplicate layer button.
- Name the new layer accordion.
- Draw a rectangle in the left area of the content border.
- Set the attributes in the Property inspector as follows (see Figure 20):
- Width: 258
- Height: 22
- X: 111
- Y: 165
- Fill: Linear with a left color of #B5B5B5 and a right color of white.
- Stroke: none
Figure 20. The first accordion menu settings
- Draw another rectangle below the first.
- Set these attributes in the Property inspector (see Figure 21):
- Width: 258
- Height: 3
- X: 111
- Y: 188
- Fill: Solid #7F7F7F
Figure 21. The second accordion menu accent settings
- Select both rectangles.
- Select Modify > Group.
- Name the group menu 1.
- Clone this menu group.
- Change its Y coordinate to 265.
- Name it menu 2 in the Layers panel.
- Clone menu 2.
- Change its Y coordinate to 365.
- Name it menu 3 in the Layers panel.
- Select the Type tool.
- Set these attributes in the Propertyinspector (see Figure 22):
- Font: Arial
- Size: 10
- Color: #333333
- Alignment: center
Figure 22. The accordion menu type settings
- Click inside the first accordion menu andtype Accordion Menu 1.
- Set X to 125 and Y to 169.
- Clone the text and set Y to 269.
- Rename the text Accordion Menu 2.
- Clone the text and set Y to 369.
- Rename the text to Accordion Menu 3.
Figure 23. The three accordion menus
Add the accordion content
The content region of the Accordion widget provides a secondary navigation mechanism for the site. In Dreamweaver you can make the links more accessible by putting them into unordered lists. Use the following steps to simulate this look:
- Select the Polygon tool (behind the rectangle tool).
- In the Property inspector, set the number of sides to 3.
- Hold down the Shift key and drag a triangle on the canvas.
- While dragging, rotate the triangle so that it points to the right.
- Set the arrow attributes in the Property inspector as follows (see Figure 24):
- Width: 7
- Height: 14
- X: 111
- Y: 202
- Color: #B5B5B5
Figure 24. The arrow bullet settings
- Clone the arrow 8 times, changing the Y coordinate of each as follows:
- Y: 222
- Y: 242
- Y: 302
- Y: 322
- Y: 342
- Y: 402
- Y: 422
- Y: 442
- Select the Type tool.
- Set the following attributes in the Property inspector:
- Font: Arial
- Size: 10
- Color: #333333
- Alignment: center
- Type Sublink Text below the first menu title.
- Set X to 122 and Y to 202.
Figure 25. The sublink text settings
- Clone the text 8 times, changing the Y coordinate of each as follows:
- Y: 222
- Y: 242
- Y: 302
- Y: 322
- Y: 342
- Y: 402
- Y: 422
- Y: 442
- Close and lock the accordion layer.
Note: If you want to organize further, you can group and name the components for each of the three accordion sections.
The completed accordion widget should look like in Figure 26.
Figure 26. The completed accordion
As described on the Tabbed Panels Overview page on Adobe Labs: "A Tabbed Panels widget is a set of panels that can store content in a compact space. Site viewers hide or reveal the content stored in the Tabbed Panels by clicking the tab of the panel they want to access. The panels of the widget open accordingly as the visitor clicks different tabs. In a Tabbed Panels widget, only one content panel is open at a given time."
Create the Tabbed Panels heading
To create the Tabbed Panels heading, follow these steps:
- Unlock and select the content layer in the Layers panel.
- Click the New/Duplicate Layer icon at the bottom of the panel.
- Name the new layer tabbed panel heading.
- Select the Type tool.
- Set the following attributes in the Property inspector (see Figure 27):
- Font: Arial
- Size: 11
- Color: #333333
- Alignment: Left
Figure 27. Text settings for Tabbed Panel heading
- In all caps, type HEADING TEXT.
- Set X to 406 and Y to 188.
- To add the heading icon, select File > Import.
- Navigate to the support_files folder for this tutorial and select heading_icon.jpg.
- Click Open.
- Position the icon at X: 380 and Y: 186.
- Name the image heading icon in the Layers panel.
- Close and lock the layer.
Create the Tabbed Panels widget
Start by creating the tabs:
- Select the content layer.
- Click the New/Duplicate Layer icon at the bottom of the Layers panel.
- Name the new layer tabbed panel.
- Select the Rectangle tool.
- Draw a rectangle under the tabbed heading.
- Set its attributes in the Property inspector as follows (see Figure 28):
- Width: 82
- Height: 22
- X: 369
- Y: 218
- Fill: Linear with the left color #C2C2C2 and the right color white
- Stroke: #7F7F7F (leave at the default 1 pixel)
- Select the Type tool.
- Set the attributes in the Property inspector as follows (see Figure 29):
- Font: Arial
- Size: 11
- Color: #333333
- Alignment: left
Figure 29. Tab type attributes
- Type Tab 1.
- Set X to 395 and Y to 222.
- Select the Tab 1 text and its tab.
- Select Modify > Group.
- Name the grouped object Tab 1 in the Layers panel.
- Clone the Tab 1 group twice.
- Set the X coordinate of the second tab to 459.
- Name the tab Tab 2 in the layers panel.
- Select the subselection tool.
- Change the tab rectangle's fill to solid #DDDDDD.
- Set the X coordinate of the third tab to 549.
- Name the tab Tab 3 in the layers panel
- Select the subselection tool.
- Change the tab rectangle's fill to solid #DDDDDD.
- Select the Type tool.
- Change the text in the second tab to Tab 2.
- Change the text in the third tab to a Tab 3.
Add a border under the tabs
Next, add a border under the tabs to set them off from their content regions:
- Select the Line tool.
- Hold down the Shift key and draw a line under the tabs.
- Set its attributes in the Property inspector as follows (see Figure 30):
- Width: 488
- Height: 1
- X: 371
- Y: 240
- Color: #7F7F7F
- Name: tabbed bottom border
Figure 30. Settings for the tabs' bottom border
The Tabbed Panels widget is now complete (see Figure 31).
Figure 31. The completed Tabbed Panel
Add the image to the first tab
Follow these steps to add an image to the first tab:
- Select File > Import.
- Navigate to the support_files folder.
- Locate blimey_girl.jpg.
- Click Open.
- Move the loaded graphics cursor to the canvas somewhere on the left side of the tab content area and click.
- In the Property inspector, set X to 378 and Y to 265.
- Name the object blimey girl in the Layers panel.
Add the text to the first tab
Use the new Fireworks Lorem Ipsum command to add placeholder text to the first tab's content region.
- Select Commands > Text > Lorem Ipsum.
- Move the text that appears to the Tabbed Panel content region.
- Select the text.
- Select Commands > Text > Set Width.
- Type 355 in the dialog box that appears.
- With the text still selected, set attributes in the Property inspector as follows (see Figure 32):
- X: 523
- Y: 273
- Font: Arial
- Size: 11
- Line height: 118%
- Color: #333333
- Alignment: Left
- Crispness: Strong Anti-Alias
Figure 32. The filler text settings
- Clone the text.
- Change the clone's Y coordinate to 385.
The content region, with its two Spry widgets, is now done (see Figure 33).
Figure 33. The completed content region with two Spry widgets
Note: If you want to tweak the content area for each of the tabbed panels, you can duplicate the page twice with the new Fireworks CS3 Pages panel. You can then work on Tab 2 in one duplicate and Tab 3 in the other duplicate. Bring the appropriate tab to front focus by changing the gradient in the tab to solid #DDDDDD. You can add a new image, or any other content you might like to feature. For more information on the powerful new Pages panel, refer to the Fireworks documentation.
There is only one task left, and that is to add filler text to the footer columns. By placing this text in a separate layer, you can easily toggle its visibility off when you need to. For example, when you export your images, you do not want the filler text to appear in the footer background image.
Set up a Hide Me layer
To set up the Hide Me layer, follow these steps:
- Create a new layer and name it Hide Me.
- Drag the layer to the top of the stacking order and position it just below the Web layer.
- Select Commands > Text > Lorem Ipsum.
- Move the text that appears to the first column in the footer.
- Select the text.
- Select Commands > Text > Set Width.
- Type 232 in the dialog box that appears.
- With the text still selected, set attributes in the Property inspector as follows (see Figure 34):
- X: 124
- Y: 583
- Font: Arial
- Size: 11
- Line height: 118%
- Color: #FFFFFF
- Alignment: Left
- Crispness: Crisp Anti-Alias
You can also split the text into two paragraphs by clicking your cursor at the halfway point and pressing the Enter key.
Figure 34. The big foot column text settings
- Name the text column 1 in the Layers panel.
- Clone the text.
- Change the X coordinates to 384 to position the text in the second column.
- Name this text column 2 in the Layers panel.
- Clone the text again.
- Change the X coordinates to 644 to position the text in the third column.
- Name this text column 3 in the Layers panel.
Your footer should look like the image in Figure 35.
Figure 35. The big foot columns with filler text
With the addition of the Hide Me layer, the Layers panel should have ten layers as well as an empty web layer (see Figure 36). That will change in the next steps as you draw the slices for the images that will provide the foundation of your CSS layout.
Figure 36. Layers panel with ten layers plus an empty Web layer
The composite drawing is now complete. The final task in Fireworks is to slice the document into the pieces that will form the images you will use in the XHTML and CSS documents.
The key to developing slices that line up properly in the XHTML document is to use the Property inspector. Using exact coordinates ensures that the corresponding Dreamweaver div elements align properly.
Most of the slices serve as background images for the main divisions of the page. That is why most of the names use the division name, an underscore, and the letters bg for background.
Note: Where the design makes use of gradients, you can use the JPG – Better Quality image format. Where the design uses flat colors, such as in the footer columns, you can use the GIF or the PNG8 format.
Slicing strategy
Begin by analyzing the Fireworks PNG to determine how to slice it up to form the puzzle pieces you'll assemble as images for the page. Most of the images are decorative, and thus you will use them as background images in the cascading style sheet (CSS). There also will be foreground images, for example, the Blimey logo that goes in the header. Because these images are actual content, it is best to insert them in the XHTML document. This strategy satisfies the Web Standards rule of separating content and presentation.
Slicing methods
You can create the slices in two different ways. For self-contained images such as the masthead logo, right-click the image and select Insert Rectangle Slice. For areas such as the header and masthead background images, select the Slice tool from the Web section of the toolbar and draw slices manually.
Figure 37. Select the Slice tool from the Web section of the toolbar
Figure 38. Using the context menu to select the Insert
Rectangular Slice command
Drawing slices
Use the Slice tool to draw the first batch of slices.
First, create a slice you can use for the tiling header background image. This image will repeat on the X-axis, so you only need a narrow piece to apply later in the CSS document in Dreamweaver.
- Select the Slice tool and draw a slice for the header background.
- Use the Property inspector to set the width to 50 pixels and the height to 54 pixels, and to position the slice at X: 540 and Y: 0.
- Name it header_bg.
- Set its image quality to JPEG - Better Quality.
Figure 39. Header background slice
Next, create a slice for the masthead background:
- Use the Slice tool to draw a slice over the masthead background gradient.
- Set the width to 50 pixels and the height to 108 pixels, and position it at X: 540 and Y: 55.
- Name it masthead_bg.
- Set its image quality to JPEG - Better Quality (see Figure 40).
Figure 40. Adding the masthead background slice
Now create the slice for the accordion menu background that will tile on the X-axis.
- Use the Slice tool to draw a rectangle in the accordion menu region.
- Set the width to 44 pixels and the height to 20 pixels, and position it at X: 310 and Y: 165.
- Name it acc_bg.
- Set its image quality to JPEG - Better Quality.
Figure 41. Adding the slice for the Accordion menu
background
Create the tab background slice that will tile on the X-axis:
- Use the Slice tool to draw the slice.
- Set the width to 10 pixels and the height to 20 pixels, and position it at X:
525 435 and Y: 219.
- Name it tab_bg.
- Set its image quality to JPEG - Better Quality.
Figure 42. Adding the slice for the Tab backgrounds
New Image
Finally, create the footer background slice that will repeat on the Y-axis to provide the illusion of column borders for that area of the page. This is called faux column technique.
- Use the Slice tool to draw the slice.
- Set the width to 770 pixels and the height to 12 pixels, and position it at X: 115 and Y: 574.
- Name it footer_bg.
- Set its image quality to PNG 8 by using the drop-down menu in the Optimization panel.
Figure 43. Adding the slice for the footer column
background image
Inserting slices
Use the context menu for the second batch of slices.
The Go button
- Right-click the search icon and select Insert Rectangular Slice.
- Name it go.
- Set its image quality to PNG 8 by using the drop-down menu in the Optimization panel.
Figure 44. Adding the slice for the Go button image
The arrow list bullet
- Right-click the arrow bullet and select Insert Rectangular Slice.
- Name it list_bg.
- Set its image quality to PNG 8 by using the drop-down menu in the Optimization panel.
Figure 45. Adding the slice for the arrow bullet
The search icon
- Right-click the search icon and select Insert Rectangular Slice.
- Name it search_icon.
- Set its image quality to JPEG - Better Quality.
Figure 46. Adding the slice for the search icon
The Blimey logo
- Right-click the Blimey logo and select Insert Rectangular Slice.
- Name it logo.
- Set its image quality to JPEG - Better Quality.
Figure 47. Adding the slice for the logo image
The Blimey girl
- Right-click the Blimey cartoon girl and select Insert Rectangular Slice.
- Name it blimey_girl.
- Set its image quality to PNG 8 by using the drop-down menu in the Optimization panel.
Figure 48. Adding the slice for the Blimey cartoon
girl
The heading icon
- Right-click the heading decoration and select Insert Rectangular Slice.
- Name it heading_bg.
- Set its image quality to PNG 8 by using the drop-down menu in the Optimization panel.
Figure 49. Adding the slice for the heading 1
background image
Your comp should look like Figure 50.
Figure 50. Blimey comp with slices new image
Now that you have completed drawing the slices, it is time to export them for use as images in a Dreamweaver site.
Hide the Footer Text layer
First, turn off the visibility of the Hide Me layer so that the footer column text does not show in the exported column background image.
In the Layers panel, toggle the visibility of the Hide Me layer to off.
Note: You may have to unlock the layers first.
Export the slices
Before you go through the export process, you may want to create a Blimey folder in which to store the images. In Part 2, you can use this folder for the defined site in Dreamweaver.
- Choose File > Export and navigate to the folder where you will store the files for the Blimey site.
- Select Images Only from the Export pop-up menu.
- Select Export Slices from the Slices pop-up menu.
- Deselect the Include Areas without Slices option.
- Click the New Folder button and name the new folder Blimey.
- Click the New Folder button again and name the new folder images.
- Click Export (see Figure 51).
Figure 51. Export dialog box
Fireworks will create and export individual images for all slices in your PNG file.
Where to go from here
That's it! You have all the images you need to assemble the design in Dreamweaver. In Part 2 of this tutorial series, you will work in Dreamweaver to prepare the markup that will serve as the foundation for the CSS document.