When calling getStyle, do you call out the style by camel-case? So:
myElement.getStyle('zIndex');
-or-
myElement.getStyle('z-index');
Also, if the style has not been defined, as in z-index for example, you can
expect a null return type, but aren't there default values that might be
returned?
Karl..
--
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/prototype-scriptaculous/-/513XOZNwlGIJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en.