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!!
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!!
in DW go to insert, interactive images, navigation bar :beam:
thanks! I’m going to go give it a try.
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.
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…
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>
:: Copyright KIRUPA 2024 //--