I've made a static html page in ANSI format and it works fine both in
IE6 and Firefox

http://motomap.aramaki.ru/test.html

interesting that in FF license text at the map bottom is shown ok
while in IE6 text is unreadable because of unicode charset.

I guess I should convert something into or from UTF but what?

On 27 окт, 15:44, Max Bell <[EMAIL PROTECTED]> wrote:
> Thanks for the ideas, but
>
> 1. Doesn't help
> 2. Doesn't help
>
> fixed GLoad name by the way
>
> And still page loads ok when view in Cyrillic windows - so i guess its
> some IE6 charset bug. Any other ideas?
>
> On 27 окт, 15:01, "warden [Andrew Leach - Maps API Guru]"
>
> <[EMAIL PROTECTED]> wrote:
> > On Oct 27, 11:20 am, Max Bell <[EMAIL PROTECTED]> wrote:
>
> > > Hi all. I'm desperate!!!
>
> > > I have an IE6 bug and I can't find it.
>
> > You have your script inside a table. IE doesn't sort out table
> > elements and give them a size until it reaches </table>, but your
> > script is executed before then. So the table and all its elements has
> > zero size. Your map is there, but has zero size.
>
> > Solution 1: move your script calls outside the table.
> > Solution 2: remove this line
> >   <script>GLoad("msk" );</script>
> > and use
> >   <body onload="GLoad('msk');" onunload="GUnload()">
>
> > I would not recommend the use of any function starting with a capital
> > G, like GLoad. You could overwrite something provided by Google.
>
> > 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to