<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
This example may help you:<br>
<a class="moz-txt-link-freetext" href="http://openlayers.org/dev/examples/hover-handler.html">http://openlayers.org/dev/examples/hover-handler.html</a><br>
<br>
BTW, it's recommended not to use Markers but to use a Vector layer
with your features styled with an externalGraphic. Example here:
<a class="moz-txt-link-freetext" href="http://openlayers.org/dev/examples/marker-shadow.html">http://openlayers.org/dev/examples/marker-shadow.html</a><br>
<br>
Cheers, Roald<br>
<br>
On 10/01/12 07:42, Valeria Muñoz wrote:
<blockquote
cite="mid:CA+gyxHErOaNNFPTvv8wOdfPL+h-i0nGB-WjaXcbNsVfxqijJ1A@mail.gmail.com"
type="cite">HI!<br>
<br>
I show a popup when mouse over a marker but i need add a delay
to that... almost 1 second<br>
<br>
my code:<br>
<br>
marker.events.register('mouseover', marker, function(evt)
{addPopUp(json.LATITUD,json.LONGITUD,"&nbsp&nbsp<b>"+json.NOMBRE+"</b>");
OpenLayers.Event.stop(evt); });<br>
<br>
RG<br>
Valeria<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/openlayers-users">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a>
</pre>
</blockquote>
<br>
</body>
</html>