Thanks, but what is the reason for that? On the Mozilla page the
property is listed as -moz-transform, as you can see here:
https://developer.mozilla.org/en/CSS/-moz-transform-origin
Is this OpenLaszlo specific?
- Raju
On Aug 3, 2009, at 9:52 PM, André Bargull wrote:
You need to use __LZdiv.style["MozTransform"] instead of
__LZdiv.style["-moz-transform"], then it'll work.
- André
Max,
I added support to Firefox and moz-transform: rotation(90deg) to
the kernel, but it doesn't work. I can see the value being set,
but the visual object doesn't rotate.
Is there an event that needs to be send for FF to re-render the
object?
- Raju