The name border-color is mostly a shortcut for *setting* the color of all four borders at once. I have never trusted the shortcut properties, I don't think they work consistently across browsers and it seemed too difficult to make jQuery normalize them. For widths I always get the width of each side (border-left-width etc.) individually.
For example, what should the browser return as border-color for a div with a style of "border-left: 2px solid #ccc; border-right: 4px inset #366"? I think in some browsers and some cases it returns the values for top, right, bottom, left separated by space, but .animate() probably wont' know what to do with that. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery (English)" group. To post to this group, send email to jquery-en@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-en?hl=en -~----------~----~----~----~------~----~------~--~---