[jQuery] jQuery css properties
.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