Zira
08-04-2003, 03:43 AM
hi everyone.
I am having some trouble with making a image map with rollovers and was wondering if anyone could help.
I am having some trouble with making a image map with rollovers and was wondering if anyone could help.
|
View Full Version : image map rollovers Zira 08-04-2003, 03:43 AM hi everyone. I am having some trouble with making a image map with rollovers and was wondering if anyone could help. Arc Angel 08-04-2003, 04:48 AM Ummm, It would be usefull to have your code or a url or something.. To see what the problem is.. :stickout: Zira 08-04-2003, 07:52 PM lol umm ya that would help wouldnt it?. . .gez. i'm using the CuteMap program and then trying to modify the HTML in Dreamweaver. . .not working very well. I should have tried something less advanced since this is my first image map. . .silly me. Here's the code. <!-- Created by CuteMAP --> <!-- Visit us at http://www.globalscape.com --> <!-- Beginning of CSIM --> <IMG SRC="main3.jpg" USEMAP="#main3.jpg" WIDTH=628 HEIGHT=747 BORDER=0> <MAP NAME="main3.jpg"> <AREA SHAPE=CIRCLE COORDS="428,134,78" HREF="http://www.freewebs.com/zira670/original.html" TARGET="_blank" ALT="Original Art" OnMouseOver="window.status='oring1.jpg'; return true" OnMouseOut="window.status='main3.jpg'; return true"> <AREA SHAPE=CIRCLE COORDS="544,309,77" HREF="http://www.freewebs.com/zira670/fanart.html" TARGET="_blank" ALT="Fanart" OnMouseOver="window.status='fan1.jpg'; return true" OnMouseOut="window.status='main3.jpg'; return true"> <AREA SHAPE=CIRCLE COORDS="174,208,60" HREF="http://www.freewebs.com/zira670/link.html" TARGET="_blank" ALT="Links" OnMouseOver="window.status='link.jpg'; return true" OnMouseOut="window.status='main3.jpg'; return true"> <AREA SHAPE=CIRCLE COORDS="180,391,28" HREF="http://www.freewebs.com/zira/index.html" TARGET="_blank" ALT="Zira Designs" OnMouseOver="window.status='design.jpg'; return true" OnMouseOut="window.status='main3.jpg'; return true"> </MAP> <!-- End of CSIM --> i think thats the code you need. Alrighty. I've only been making websites for about 2 years so I'm not very good at it so if I have made some stupid mistakes, please be kind. toodles. lefty 08-05-2003, 03:05 PM Since the image map is all one image, you can't use rollovers for different sections of the map. Instead, you can maybe divide the image into seperate parts and make each section a rollover, then combine it to make it look like it's all one image. Zira 08-05-2003, 06:19 PM ya that could work. but i know you can use rollovers cause theres a modified version called a flip and if seen a site with the rollovers. thx for the suggestion though, ill try it and see if it works. Zira 08-06-2003, 02:00 AM HA HA! i figured it out! WOO HOO! im so proud of myself... :P n e ways toodles =^.^= MEOW |