On Apr 17, 7:49 am, skym <
skym1...@gmail.com> wrote:
> Thanks for the replies!
>
> The IE7 tip does work but it's not really an option for me, since I am
> using excanvas for a free Javascript application and I can't tell my
> users that they must use the <meta> header for their sites. I guess I
> have to wait then for a new release or try to solve the problem on my
> own editing excanvas.
>
> What about the second problem? When using excanvas on a dynamically
> generated canvas (createElement) the last canvas command does not seem
> to execute, e.g. in my example with the boxes only the red box is
> shown, if I swap the last lines of code, the blue box is shown only.
>
> On Apr 16, 11:09 pm, Erik Arvidsson <
erik.arvids...@gmail.com> wrote:
>
> > No, don't do that.
>
> > I think I know how to fix this but I haven't had time to actually do it yet.
>
> > The problem is (I believe) that we need to add quotes around the
> > filter CSS property in standards mode.
>
> > On Thu, Apr 16, 2009 at 10:37,
goo...@petskink.net <
goo...@petskink.net> wrote:
>
> > > Try adding
>
> > > <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
>
> > > to your <head> element.
>