Glen u silly bum, u cud've just turned around n said that to me =^D Anyways the problem was that our div was initially set to hide, and wen it was meant to unhide safari wouldn't let this happen coz it still saw the div as size 0 (or something on the lines of that) There is actually a fix made for this div size 0 problem, but for some reason wouldn't work with the overview map, most probably due to layers.
So solution was to simply say overViewMapDiv.style.display="block" in the section of code that unhides the overview map. Nuzakat Glen Stampoultzis-2 wrote: > > On 09/08/07, Lance Dyas <[EMAIL PROTECTED]> wrote: >> >> nuzakat wrote: >> > Hi, i was wondering if there was a workaround or fix to get the >> overview >> map >> > working on safari for windows - safari beta 3. >> > Currently my overview map works on firefox n ie, but not safari. In >> safari >> > it doesn't even show up, only the border divs do. >> > Any help would b superb. >> > >> Not that I know of... this problem has yet to be addressed. >> >> Safari 3 is blazing fast in the JavaScript intensive arena like Open >> Layers and similar mapping api. >> http://celtickane.com/projects/jsspeed.php >> the above test page clocks it as fast as opera. >> > > Actually we ran into this issue as well. I think the solution was > something > to do with a layer visibility bug in Safari. I'll chase down the exact > details and post back. > > _______________________________________________ > Dev mailing list > [email protected] > http://openlayers.org/mailman/listinfo/dev > > -- View this message in context: http://www.nabble.com/overview-map-on-safari-3-tf4239997.html#a12228761 Sent from the OpenLayers Dev mailing list archive at Nabble.com. _______________________________________________ Dev mailing list [email protected] http://openlayers.org/mailman/listinfo/dev
