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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

<Map> and <Area> tag help

Status
Not open for further replies.

tjc240e

Technical User
Nov 12, 2004
133
US
Code:
<P align="center"><IMG SRC="images/layout.jpg"  WIDTH=561 HEIGHT=360 BORDER=1 USEMAP="#map1">
<MAP name="map1">
	<AREA SHAPE="rect" COORDS="539,154,560,177" ALT="Master" href="Officers.htm#WM">
</MAP>

The <Map> stuff works fine and when i put my mouse over the area it shows me the word "Master", and if i click on it, it does take me to the linked page.

What I am wondering is, is there a way that when i put my mouse over the area that it would open a balloon or a pop up window with a picture?

Hope that makes sense, thanks in advance...
 
hi there,

Do you have a wysiwyg like dreamweaver? it has behaviours similar to what you are looking for (onMouseDown, onMouseOver etc.)

you will have to add javascript code though:

here is an example:

<a href="javascript:;" onmouseover="MM_showHideLayers('detail2','','hide','detail3','','hide','detail4','','hide','detail5','','hide','detail6','','hide')">
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top