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>