> It does seem like a jQuery bug that .css("border") returns undefined on IE
> instead of an empty string.That is completely browser dependent. Since a border style has not been defined, it is fully within the browsers "right" to return "undefined" as its value. > If nobody else is chasing this I can look at it tonight. I mean, these issues are not exclusive to jQuery or anything - try doing the same stuff with margins or padding - it's a complete mess, and really unfortunate. But it's the best that we have to work with. --John _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
