CSSPropertyHandler(false, false); $this->_autoValue = ValueTop::fromString('auto'); } function _getAutoValue() { return $this->_autoValue->copy(); } function default_value() { return $this->_getAutoValue(); } function getPropertyCode() { return CSS_TOP; } function getPropertyName() { return 'top'; } function parse($value) { return ValueTop::fromString($value); } } CSS::register_css_property(new CSSTop); ?>