other.Stuff

 

 

 

 

 

Web.design1.0

tutorials and resources

rollover.buttons

Learn how to create rollover buttons in Dreamweaver and Fireworks

Macromedia has made it very simple to create rollover buttons. In this tutorial you'll learn how to make rollover buttons in both Dreamweaver and Fireworks. We usually use Dreamweaver to insert rollovers so we'll start with Dreamweaver.

Rollover Buttons in Dreamweaver

1. First design your rollovers in Fireworks or Photoshop. You need to design the button as well as the rollover (both exact same size) and export it to your site folder.

2. Open your html file in Dreamweaver. Click on Insert>Image Objects>Rollover Image and select the image as well as the rollover image from your folder. Give the image a suitable name and choose a link. Click on OK.

You're done! You've successfully created a rollover button in Dreamweaver. Preview the file in your browser to test the rollover

Rollover Buttons in Fireworks

In Fireworks you have to use the Behavior palette to create rollover buttons.

1. Again the first step is to design your images and rollovers in Fireworks. Make sure your rollovers are in the exact same place as your rollovers. Put your images in one layer and your rollovers in another.
2. Now you need 2 frames. Frame 1 should have the actual images and frame 2 should have the rollover images.
3. Insert slices on each of the images (Insert>Slice) and name it appropriately for easy reference.
4. Click on the slice and go to Window>Behaviors.
5. Now click on the '+' button and choose Simple Rollover.
6. Click on OK
7. Repeat the behavior steps for each of the slices.
8. The last step is to export the file. Fireworks will automatically convert the rollovers to javascript and html. You don't have to do any programming, its automatically done for you when you export the file. You just need to focus on the design and Fireworks takes care of all the boring programming for you.

Fireworks will export a .htm file to the directory you have specified (along with the images). Browse the .htm file from IE or Firefox and you'll see your swap images working beautifully.

Back to dreamweaver tutorials -----------Next tutorial