Hi
it seems the guys at Opera decided to modify a bit the way they handle opacity 
in their newer release.

if you feel adventurous, you can try to modify the file dhtmlAPI.js on line 
~274, where you have this:
  if (typeof(this.eventPad.style.filter) != 'undefined'
      && navigator.appVersion.toLowerCase().indexOf('windows') != -1) {
    this.eventPad.style.backgroundColor = "blue";
    this.eventPad.style.filter = "alpha(opacity=0)";
  }

simply add the extra line 
this.eventPad.style.opacity = "0";
just after
this.eventPad.style.filter = "alpha(opacity=0)";

I will make some more tests and try to include that modification in Cartoweb cvs

regards
Oliver
  ----- Original Message ----- 
  From: Dzilberte Bekode 
  To: Oliver Christen 
  Sent: Thursday, July 03, 2008 2:34 PM
  Subject: Re: [Cartoweb-users] Opera


  Hi
  I've downloaded Opera 9.5
  When i try to display any Cartoweb aplication.(my or demos from Cartoweb page)
  There's no map image. Instead there's only blue field

  Thanks Oliver.





  ----- Original Message ----
  From: Oliver Christen <[EMAIL PROTECTED]>
  To: Dzilberte Bekode <[EMAIL PROTECTED]>; Cartoweb 
<cartoweb-users@lists.maptools.org>
  Sent: Thursday, July 3, 2008 7:02:08 AM
  Subject: Re: [Cartoweb-users] Opera


  Hi
  it works fine with Opera 9.27.
  maybe you can give me more details about your problem ?

  regards
  Oliver
    ----- Original Message ----- 
    From: Dzilberte Bekode 
    To: Cartoweb 
    Sent: Thursday, July 03, 2008 4:54 AM
    Subject: [Cartoweb-users] Opera


    Hi
    Why isn't Cartoweb  working in Opera ??????




----------------------------------------------------------------------------


    _______________________________________________
    Cartoweb-users mailing list
    Cartoweb-users@lists.maptools.org
    http://lists.maptools.org/mailman/listinfo/cartoweb-users


_______________________________________________
Cartoweb-users mailing list
Cartoweb-users@lists.maptools.org
http://lists.maptools.org/mailman/listinfo/cartoweb-users

Reply via email to