Not sure if this is the problem, but the header in your page says:

    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7
charset=UTF-8" />

I dont know whether that should work or not - but what I've used (with
success) is:

    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

If I also need UTF-8, I add (as a separate tag):
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/
>

That said, it may have nothing to do with your problem... when I open
your page in IE8, I get /lots/ of javascript errors. Its possible
thats causing your code to bail out before it even gets to setting up
the motion chart...

Since IE8 has fairly reasonable javascript debugger, Id suggest
starting there...

Mark


On Aug 29, 4:03 pm, pol <[email protected]> wrote:
> Hey Mark,
>
> I tried it, but unfortunately it didn't work.  I tried using that meta
> tag both in addition to, and instead of, the existing http-equiv tag
> that was in the file, and it didn't work on IE8 either way???  can you
> take a look?  http://pk-visual.com/data.html
>
> Thanks so much....  I really need some kind of fix for this...
>
> Best,
> Pol
>
> On Aug 29, 4:21 pm, pol <[email protected]> wrote:
>
> > Mark,
>
> > That's a great idea!  I'm going to try that!  thank you!
> > Pol
>
> > On Aug 29, 10:31 am, Markw65 <[email protected]> wrote:
>
> > > But more helpfully, you can put IE8 into IE7 mode by including:
>
> > >     <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
>
> > > In the <head> section of your page. With that, motion chart (and all
> > > the charts Ive tried) work fine in IE8.
>
> > > Mark
>
> > > On Aug 29, 5:19 am, ChartMan <[email protected]> wrote:
>
> > > > Hi
> > > > We are aware of the various issues in IE8. We are working on fixing 
> > > > them but
> > > > I can not provide a time line.
>
> > > > ChartMan
>
> > > > On Sat, Aug 29, 2009 at 6:24 AM, pol <[email protected]> wrote:
>
> > > > > Hi,
>
> > > > > Can anyone help me figure out how to make Motion Chart work in IE 8?
> > > > > It works fine embedded in my HTML page in firefox:
> > > > >http://pk-visual.com/data.html
>
> > > > > This is a big issue for me and the work I plan to be doing, so any
> > > > > help would be greatly appreciated!
>
> > > > > Pol
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Visualization 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-visualization-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to