keithng
04-16-2007, 10:48 PM
1) Script Title: CMotion Image Gallery
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/cmotiongallery.htm
3) Describe problem: Can't get the script to scroll when I use together with other Javascript.
Please take a look here : http://www.csi-my.com/menu.htm
The following is the javascript that I added in my html page :
<script language="JavaScript1.2">
//Highlight image script
function makevisible(cur,which){
strength=(which==0)? 1 : 0.2
if (cur.style.MozOpacity)
cur.style.MozOpacity=strength
else if (cur.filters)
cur.filters.alpha.opacity=strength*100
}
</script>
Anyone please help me to solve this problem?
Thanks alot!
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/cmotiongallery.htm
3) Describe problem: Can't get the script to scroll when I use together with other Javascript.
Please take a look here : http://www.csi-my.com/menu.htm
The following is the javascript that I added in my html page :
<script language="JavaScript1.2">
//Highlight image script
function makevisible(cur,which){
strength=(which==0)? 1 : 0.2
if (cur.style.MozOpacity)
cur.style.MozOpacity=strength
else if (cur.filters)
cur.filters.alpha.opacity=strength*100
}
</script>
Anyone please help me to solve this problem?
Thanks alot!