Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How is the rollover in this page made?

Status
Not open for further replies.

goaganesha

Programmer
Joined
Dec 4, 2001
Messages
178
Location
BE
How can I create in dreamweaver a rolloverimage which reveals another rolloverimage at another place than the first rolloverimage. I saw it here:


If you move your mouse over the top of the picture, the buttons are shown at the bottom of the picture.

If the explanation is too long to post here, can you refere me to a tutorial which covers this topic?
Thanx for your help.
 
Hello goaganesha!

It's very easy to do. If you have a code example that makes usual roll-over you may see, that Javascript gives the image name which should be changed. In usual roll-overs image with let's say name "a" asks to change the appearence (the path of the image) with the same name ("a"). Image "a" changes the path of image "a". In your case you just need to change another image. So you may have image "a" that changes image "b".

If you have Macromedia FireWorks I'd suggest you to use this program to do what you need. You will have to work with "frames" - FireWorks has very good tutorial on it.

If you don't have FW - you'll have to do everything manually. Write if you don't have FW and I'll explain to you how to do what you need.

God Luck!
 
Hello EugenePaliev,

Thanx for your help! I'm sorry to say so but I don't have Fireworks. Can you explain how to do it manualy or shoud I copy the code of the example I mentioned above and try to alter it. I'm not very good with javascript though.

cheers!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top