[jQuery] element.css("background") returns undefined
Hi,
I'm playing around with css manipulation and I encountered strange
problem. jQuery("#someElement").css("background") (or background-
position) returns undefined, no matter if background-position is set
or not :]
background-image, background-color work fine :)
Peter