This is what clicking on the link is doing (paste it into the address
bar):
javascript:Effect.toggle('routeSelect', 'slide', { delay: 0.2 });If you execute this: javascript:load(); The map reappears. It seems that whatever the "Effect.toggle" function does, it is destroying the map. -- Larry On Jan 19, 9:41 am, devRx <[email protected]> wrote: > I replaced the onmouseover events with CSS "a:hover" feature, now the > map disappears only when you click the link, this to me implies that > is disappearing whenever any other javascript is being executed. Any > thoughts? > > On Jan 19, 3:01 am, devRx <[email protected]> wrote: > > > > > Hmm, this is interesting now...I am using IE7, so when you said it > > worked I cleared my temp files and reloaded, it shows up fine, but > > when I mouse over "Choose a different route >>" (this triggers an > > onmouseover event to change font styles) it vanishes again. > > > On Jan 19, 2:57 am, "[email protected]" <[email protected]> > > wrote: > > > > On Jan 18, 8:45 am, devRx <[email protected]> wrote: > > > > > Hi, this is my first post, as I usually dig through discussions and > > > > find what I need, but I haven't found a working solution to my problem > > > > after several hours of searching. > > > > > Recently I added a second function to the onload command in the <body> > > > > tag. The script is AJAX, which loads a table inside a DIV. The DIV > > > > style attributes are "display:none", and I use scriptaculous to create > > > > a slide effect when a link is clicked to display the DIV. > > > > > Everything seems to load, but then the map disappears quickly. > > > > > Here is a link to the page im having difficulty > > > > with:http://www.airfrontierva.com/FedEx3/flightScheduling_schedule.php?rou... > > > > > I've made the GMap2 variable "map" global, in order to use > > > > map.checkResize() outside the load() function, but that doesn't seem > > > > to solve the problem. This problem seems to only be occuring in > > > > internet explorer. > > > > It works for me in IE6. Are you using IE7? > > > > -- Larry- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
