Pil, Deane, Thanks very much, I changed the z-index to 0 and now there aren't problems of interactions! I think that there was some change in the beaviour of Firefox and Opera, because the same code worked until March 2011... I'm going to put the interface on http://89.202.129.148/GENSO/ after June 5th, if you want to see the final result ;)
On 27 Mag, 18:38, Deane Venske <[email protected]> wrote: > I agree with Pil, I'm assuming the z-index: -1 places the map below any > layer able to get interactivity. As far as IE working, well that's just > cause they ignore web standards. Using firebug you're not even able to > select the map with their element selector. Upon forcing z-index to 0 I was > able to interact with your map. > > Thanks, > Deane Venske > > > > On Fri, May 27, 2011 at 11:39 PM, Pil <[email protected]> wrote: > > Your CSS is unclean > > > #map > > { > > float: right; > > border: none; > > width: 65%; > > height: 100%; > > position: relative; > > z-index: -1; > > } > > > I'd say position and float declarations aren't possible together. > > float already defines the position. The Maps API doesn't seem to like > > the z-index value of -1 and answers with non possible interaction. > > > On May 26, 7:27 pm, Francesco Belli <[email protected]> wrote: > > > It seems that we have a firewall problem on that server, sorry again! I > > > moved the interface at the following address:http://160.80.82.106/GENSO > > > don't care about the database warnings, there is no connection to the > > > database from this machine. Markers will not work, but the problem is > > that > > > the maps doesn't interact! > > > (I hope it is the right time :) ) > > > Francesco > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Maps JavaScript API v3" 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-js-api-v3?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
