Hi,

IE does this differently than Firefox and most others. This is one of
the things Prototype smooths over for you if you use it instead of
going directly to the `style` object; see Element#setStyle[1] for
details.

[1] http://api.prototypejs.org/dom/element/setstyle/

HTH,
--
T.J. Crowder
Independent Software Consultant
tj / crowder software / com
www.crowdersoftware.com


On May 25, 1:47 pm, Jangla <jangla.m...@gmail.com> wrote:
> I've got some HTML like this:
>
> <div id="container91030" class="gmappropertycontainer"><div
> id="controls91030" class="propertycontrols">blah blah blah</div></div>
>
> Using this:
>
> $('container91030').style.opacity = 0.5;
>
> In Firefox, no problem at all - the div element and it's children all
> fade back to 0.5 opacity. Perfect.
>
> In IE8 however, the child elements don't fade back - only the parent
> container.
>
> Any way of fixing this?
>
> --
> 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 
> athttp://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.

Reply via email to