"background" is an official property. See here: http://www.w3schools.com/css/pr_background.asp
To access background-color, use backgroundColor. The same is true for any property with - in the name. --Erik On 6/2/07, SamCKayak <[EMAIL PROTECTED]> wrote:
.css( {background: "navy"} ) is a great facility, but the object keys cannot follow the corresponding css names which is why css background-color is shortended to "background". Is there a list somewhere of all the revised property names? I need border-bottom in particular. Sam