| Steps
for Project 1: Making your Popups
(DO THIS AFTER YOU ARE
FINISHED ASSEMBLING YOUR JEWELRY HTML PAGE).
You will repeat the steps we
took in Demo 3 when we opened a browser window with a large photo by clicking
on the smaller image.
- First create one HTML page
in your folder with for popups (many students have simply named it "popups").
- Go to Modify>Page Properties
and set the Left Margin, Top Margin, Margin Width, and Margin Height
all to 0.
- Insert an image from the
popup_images folder within your project_1 site. (This can be found in
the Class Folders - please copy this folder to your popups folder).
- Take note of the dimensions.
Keep this information with your sketches and site map for reference.
- Save this HTML file with
an appropriate name.
- Give the page and appropriate
title.
- Insert Alt text.
- Save the file again.
- Now double-click on your
image to swap it out for another image.
- Repeat steps 4-10 for each
of the other 5 images.
- Go back to your HTML page
with the jewelry on it.
- Select one of the jewelry
thumbnails.
- Go to Window>Behaviors.
- Click on the "+"
sign. Make sure you are Showing Events for IE 6.0 or Netscape 6.0.
- Select "Open Browser
Window".
- Select the matching HTML
page within the popups folder.
- Insert the appropriate in
the Window Width and Window Height text boxes. Press "okay".
- Make sure your event is
set to (onMouseDown).
- Repeat steps 12-18 for the
rest of the five thumbnails.
- Save your jewelry HTML page.
|