Forum Moderators: open
I was hoping someone could help me out with a little JS/CSS issue.
In IE, you use obj.currentStyle.property, in FF you use ...getComputedStyle..... etc....
With an element that has height/width set as a %age, IE reports xx%, whereas FF reports?px as in, the actual area on screen.
What I require is the xx% value as I wrote in CSS, not what FF thinks it actually is, does anyone know a way of reporting the CSS value in FF?