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 at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to