On Feb 12, 1:42 pm, Peter van der Zee <[email protected]> wrote: > IE: see el.currentStyle[styleName]; For IE, the styleName must be the camel > cased version of the css property name you want to query.
Hi IE also has the useful (IMHO) runtimeStyle, which enables you to apply temporary styles at runtime without affecting the underlying css or style attributes (e.g. you want to draw a box around an element to highlight it as part of some user operation). Only useful of course for IE only work. Julian -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
