CSSPropertyStringSet(false, false, array('inherit' => CSS_PROPERTY_INHERIT, 'visible' => VISIBILITY_VISIBLE, 'hidden' => VISIBILITY_HIDDEN, 'collapse' => VISIBILITY_COLLAPSE)); } function default_value() { return VISIBILITY_VISIBLE; } function get_property_code() { return CSS_VISIBILITY; } function get_property_name() { return 'visibility'; } } CSS::register_css_property(new CSSVisibility); ?>