function validCSS(property, value){ var $el = $("
"); $el.css(property, value); return ($el.css(property) == value); }