PHP Classes

IE7

Recommend this page to a friend!

      DHTML and CSS CAPTCHA  >  All threads  >  IE7  >  (Un) Subscribe thread alerts  
Subject:IE7
Summary:IE 7 doesn't working
Messages:5
Author:ZonD80
Date:2008-12-10 15:38:50
Update:2008-12-11 16:45:36
 

  1. IE7   Reply   Report abuse  
Picture of ZonD80 ZonD80 - 2008-12-10 15:38:50
in ie 7 doesn't working...

  2. Re: IE7   Reply   Report abuse  
Picture of Alexander Selifonov Alexander Selifonov - 2008-12-11 06:17:10 - In reply to message 1 from ZonD80
IE7 works fine in my tests.

You can try this url:
selifan.ru/opinions.php?setlang=en

  3. Re: IE7   Reply   Report abuse  
Picture of ZonD80 ZonD80 - 2008-12-11 08:00:01 - In reply to message 2 from Alexander Selifonov
I can't write in Russian here...

Maybe it's css problem?
pic.ipicture.ru/uploads/081211/T22G ...

In Opera, Chrome, Firefox, Skyfire all works fine - thank you, but in IE 7 (see screenshot).

I think, that i can define cell by changing color, but i don't know JS so fine. Can you tell me, what i'll do for that, or how i can fix this trouble?

Thanks again.

  4. Re: IE7   Reply   Report abuse  
Picture of Alexander Selifonov Alexander Selifonov - 2008-12-11 10:31:43 - In reply to message 3 from ZonD80
It's not css.
In Your case You shold call initialization function from "onload" event:
<body ... onload="SendCaptchaChecking()" ...>
or
<body ... onload="CaptchaReinit()" ...>

and don't forget to turn off captcha's "autostart" :

$captcha->DrawJsCode(0); // 0 means no auto - Init js call
BTW, I checked Your site: if You click "re-init" picture on the right, captcha process starts OK.

  5. Re: IE7   Reply   Report abuse  
Picture of ZonD80 ZonD80 - 2008-12-11 16:45:36 - In reply to message 4 from Alexander Selifonov
I can't use this, i use a templates system, and this page is inclusion of template's header script, so functions will be called always on whole site, but not only on signup page. I do not prefer to edit header script at all.

PS: Tried to use window.onload, but IE failed... f*cking IE.