[Proto-Scripty] setOpacity has no effect in IE8

2009-12-31 Thread drewB
I have a site that is working well in FF3 and IE7 but when I test it
in IE8 all calls to setOpacity don't have any impact.  If I set the
browser to IE7 compatibility mode it works fine.

Has another else every experienced this problem?  Did you find a
solution?

--

You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.




Re: [Proto-Scripty] setOpacity has no effect in IE8

2009-12-31 Thread Paul Kim
I do not experience your problem of having Element.setOpacity not working in
IE8 w/o compatibility mode. Here is a pastie that demonstrates
Element.setOpacity working in IE8: http://pastie.org/762888. If you view
this in IE8 w/o compatibility mode, you will notice that the setOpacity
makes the black background of the div#myelement opaque. I got this example
from the Prototype API: http://www.prototypejs.org/api/element/setOpacity. I
think that your problem lies in your code,not Prototype Javascript library.


On Thu, Dec 31, 2009 at 3:15 PM, drewB dbats...@gmail.com wrote:

 I have a site that is working well in FF3 and IE7 but when I test it
 in IE8 all calls to setOpacity don't have any impact.  If I set the
 browser to IE7 compatibility mode it works fine.

 Has another else every experienced this problem?  Did you find a
 solution?

 --

 You received this message because you are subscribed to the Google Groups
 Prototype  script.aculo.us group.
 To post to this group, send email to
 prototype-scriptacul...@googlegroups.com.
 To unsubscribe from this group, send email to
 prototype-scriptaculous+unsubscr...@googlegroups.comprototype-scriptaculous%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/prototype-scriptaculous?hl=en.




--

You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.