image map with rollover

Permalink
Hi, I love concrete5 and I am amazed at how far I can get without knowing much php. But at the moment I got stuck:

I am building a website which is supposed to contain many geographical maps with image maps and rollover-effects.
I have started with the most simple one and the image maps work fine, but I cannot get the rollover effect to show.

My approach is to create the image maps and rollovers in fireworks and then copy the created code into an html-block in concrete5. The code works outside of concrete5 so may be there is a conflict with the systems javascript? Could someone help me please?




Here is the code:

<script language="JavaScript1.2" type="text/javascript">
<!-- function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>

<body bgcolor="#ffffff" onload="MM_preloadImages('/FM/files/8313/5938/4543/MV_s3.gif','/FM/files/4113/5938/2787/MV_s1.gif','/FM/files/7013/5938/4421/MV_s2.gif');">
<img name="MV_s1" src="/FM/files/4113/5938/2787/MV_s1.gif" width="460" height="600" border="0" id="MV_s1" usemap="#m_MV_s1" alt="" /><map name="m_MV_s1" id="m_MV_s1">
<area shape="rect" coords="209,185,312,199" href="/FM/index.php/programme_orte/mv/neubrandenburg/neubrandenburg-mentoring-programm/" target="_self" title="Mentoring-Programm Neubrandenburg" alt="Mentoring-Programm Neubrandenburg" onmouseout="MM_swapImage('MV_s1','','/FM/files/4113/5938/2787/MV_s1.gif',1);" onmouseover="MM_swapImage('MV_s1','','/FM/files/8313/5938/4543/MV_s3.gif',1);" />
<area shape="rect" coords="233,140,295,151" href="http://www.linguafranka.de/FM/index.php?cID=190" target="_self" title="Mentoring-Programm Uni Greifswald" alt="Mentoring-Programm Uni Greifswald" onmouseout="MM_swapImage('MV_s1','','/FM/files/4113/5938/2787/MV_s1.gif',1);" onmouseover="MM_swapImage('MV_s1','','/FM/files/7013/5938/4421/MV_s2.gif',1);" />
</map>

</body>

 
Steevb replied on at Permalink Best Answer Reply
Steevb
I've done a similar thing, but with 'Dreamweaver'.

Fireworks did not work for me.
FrankFrey replied on at Permalink Reply
Thank you for your quick reply! I tried Dreamweaver, first without success. But today, in a second, desperate attempt, it worked. Thanks again!

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.