I&#39;ve seen in &quot;<span class="Apple-style-span" style="font-family: Tahoma; font-size: 12px; white-space: pre; "><a href="http://trac.openlayers.org/ticket/2187">http://trac.openlayers.org/ticket/2187</a></span>&quot; that this can be a bug?<div>
<br></div><div>Thanks!<br><br><div class="gmail_quote">2010/7/2 JuKiM <span dir="ltr">&lt;<a href="mailto:rifins@gmail.com">rifins@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<div><br></div><div>I have a page where a user can select some diferent items, and when an item is selected, a div with a map is displayed showing where the item is..</div><div>The div that contains the map is:</div><div>

<br></div><div><div>&lt;div id=&#39;pop&#39; style=&quot;display:none&quot;&gt;</div><div>        &lt;div id=&quot;map&quot; &gt;&lt;/div&gt;</div><div>    &lt;/div&gt;</div></div><div><br></div><div>and the map css is:</div>

<div><br></div><div><div>#map</div><div>{</div><div>    height:100%;</div><div>    width:100%;</div><div>    position:absolute;</div><div>    top:0px;</div><div>    bottom:0px;</div><div>    left:0px;</div><div>    right:0px;</div>

<div>    cursor:pointer;</div><div>}</div></div><div><br></div><div>If I show the div with jQuery like this:</div><div>&lt;input id=&quot;Button2&quot; type=&quot;button&quot; value=&quot;pop!!&quot; onclick=&quot;$(&#39;#pop&#39;).show(250);&quot;/&gt;</div>

<div><br></div><div>In FireFox, IE and Chrome everuthing goes ok.. But if I try to do with Safari, the map is not shown..</div><div><br></div><div>Is there any problem with this?</div><div><br></div><div>Thanks!</div>
</blockquote></div><br></div>