954,600 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

trigger map hilite plugin from remote text link

I have a map at the following location: http://streetkids.zuka.net/sandbox/map-new.05.html and have a functioning map which uses the map hilite pluging to add hover effects to the areas of an image map that the mouse is over. I would also like to be able to add that same effect when I mouseover the associated text links in the list underneath. the code is:

<script type="text/javascript" src="/assets/js/jquery.maphilight.min.js">
</script>
	<script>$(function() {
		$('.map').maphilight({fade: false});
	});
    
	$.fn.maphilight.defaults = {
	fill: true,
	fillColor: '000000',
	fillOpacity: 0.2,
	stroke: true,
	strokeColor: 'E77200',
	strokeOpacity: 1,
	strokeWidth: 1,
	fade: true,
	alwaysOn: false,
	neverOn: false,
	groupBy: false
}
    
    </script>
<script>


Anyone have any suggestions as to how I can accomplish this?

Dave

filch
Junior Poster
132 posts since Nov 2008
Reputation Points: 10
Solved Threads: 1
 

I wouldn't use anything bigger than a hover hilite done with css and javascript. Your Dreamweaver should do the job nicely. If I was feeling ambitious, I might go all the way to an image swap.

tinymark
Junior Poster
158 posts since Feb 2010
Reputation Points: 11
Solved Threads: 17
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: