//chooser.style.opacity = (20-i)/30;
chooser.style['opacity'] = (20-i)/30;
//changecss('iframe.chooser', 'opacity', (20-i)/30);
(Changecss searches the style sheets and changes it there).
All above (including commented out version) work.
chooser points to an iframe (but also doesn't work if pointing to a
div)
On Sep 28, 12:20 am, "killersud...@gmail.com" <killersud...@gmail.com>
wrote: