Hi! I couldn't understand what you meant by coloring the container white. I tried it, but didn't see any difference.
Anyhow, I am using float:right on the controller because I have a div in the controller, that expands and narrows down when pressed. You can see the desired effect in here: http://nikkilovegod.fix.fi/harjotukset/googlemaps/perus.php and pressing the "?" button in upper right corner. It expands from the left side, and is "anchored" ( floated) to the right. This causes the overlay in IE6 to bug and become unpressable. Atleast, for the icon part... Can you now understand what I am trying to achieve? On 24 marras, 18:58, "warden [Andrew Leach - Maps API Guru]" <[EMAIL PROTECTED]> wrote: > On Nov 24, 3:37 pm, NikkiLoveGod <[EMAIL PROTECTED]> wrote: > > > > > So, when I have that float set to right, my marker becomes un > > clickable. You can see this, by hovering your mouse over the marker, > > and seeing, that the cursor is mirrored. If it was working properly, > > it would be the pointing hand. > > You can see what's happening by colouring your container white. In > IE6, the entire map is white; in Firefox, only the required width is. > > > Any idea, how I can get the float:right to work on this? And yes, I > > know that you dont have to use float:right on the exaple, but It is > > not my whole app, its a reproduction.. in the real one, I have a > > growing div in there... but anyhow, you got any ideas? > > What are you attempting to do? There's not really enough information > in your example to see that. What you could do is set > container.style.textAlign="right"; > instead of using styleFloat. That does at least make the width as > narrow as possible. > > Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
