$('div').getStyle('padding-top') returns "1em" in Internet Explorer
and "12px" in Firefox. It appears that Firefox has recursively
multiplied all its ancestor's font-sizes to get the absolute value of
12px. This is actually better for the particular GUI I'm making. Is
there anyway for Internet Explorer to return an absolute value also? I
think I could do this by using absolute values in my CSS, but that's
going to ruin my modular CSS framework.

-- 
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