Help - Search - Members - Calendar
Full Version: roll over
HTMLHelp Forums > Programming > Server-side Scripting
escobar479
Hi

Does anyone have experience doing rollovers on different parts in one image, like for a plot map

for example, take a look at this site

http://www.greyhawkeatthelake.com/docs/plat.asp

thanks for reading

Chris
pandy
Acrually, that's not what they are doing. There's this big image: http://www.greyhawkeatthelake.com/images/Plat2.jpg . Then they have positioned images of the different colored dots over that image och do an ordinary onmouseover/onmouseout on each one of them.

HTML
<div id=Lot1div style="position:absolute; top:54px; left:401px;" onMouseOver="doOverlib(this, 1);" onMouseOut="nd();"><a id=Lot1href href="#"><img id=Lot1 src="../images/maps/status/status_availablehome.gif" border=0></a></div>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.