View Full Version : Dreamweaver multiple rollover effect.
Xtreme
July 20th, 2003, 10:36 PM
Havn't done this one in a while.
I have 4 different options and when you rollover any one of them it changes the one preset image to relate to the chosen button. So only one image with 4 options is used.
Thanks for your help guys!!
grimdeath
July 20th, 2003, 11:27 PM
in DW go to insert, interactive images, navigation bar :beam:
Xtreme
July 20th, 2003, 11:29 PM
thanks! I'm going to go give it a try.
Xtreme
July 20th, 2003, 11:30 PM
I can make individual rollovers but I need one that all four will be used to change the ONE graphic. CAN I do THAT with the rollover you said 'cause there's no option for that when I go in.
RussianBeer
July 21st, 2003, 12:21 AM
If I understand this correctly...
If possible you can do that in Fireworks.. Its called a .. something rollover :beam:
Okay okay, serously.. its pretty easy in Fireworks.. just desing your buttons.. and the place where the rollover will be. Then go to "Slice View" (so you can see ur slices) and using the Hand, click and drag the centers to the roll over..
Then go to stage two of your files.. and insert the rollover image..
Xtreme
July 21st, 2003, 12:47 AM
Thanks so much for your reply RussianBear! I've run across some coding since thoug and since I dont have that program on my computer yet I might as well use it now. Just for reference purposes for others, I'll post the code here.
HOW TO DO A SINGLE IMAGE ROLLOVER W SEVERAL OPTIONS:
<P><A HREF="javascript:;"
onMouseOver="document.homeLink2.src='images/home_on.gif'"
onMouseOut="document.homeLink2.src='images/home_off.gif'"
>OVER HERE!</A></P>
<P><IMG SRC="images/home_off.gif" WIDTH="81" HEIGHT="41"
BORDER="0" NAME="homeLink2"></P>
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.