> Currently you could use the private method $.curCSS(element, property) > to get the value contained within the style sheet.
I tried that, but .curCSS also uses the calculated width (.currentStyle or .getComputedStyle) which retrieves a value without saying where or how it got that value. It could have come from a stylesheet rule, or it may just be a consequence of the width of the parent. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
