--- c:/Dokumente und Einstellungen/jme/Desktop/system-behavior.css Tue Jun 15 16:37:19 2010 +++ c:/Dokumente und Einstellungen/jme/Desktop/system-behavior-new.css Tue Jun 15 16:44:30 2010 @@ -296,10 +296,17 @@ * the site where visual display is undesirable. Information provided in this * manner should be kept concise, to avoid unnecessary burden on the user. Must * not be used for focusable elements (such as links and form elements) as this - * causes issues for keyboard only or voice recognition users. + * causes issues for keyboard only or voice recognition users. "!important" is + * used to prevent unintentional overrides. */ .element-invisible { - height: 0; - overflow: hidden; - position: absolute; + display: block !important; + position: absolute !important; + top: -999999em !important; + width: 1px !important; + height: 1px !important; + overflow: hidden !important; + border: none !important; + padding: 0 !important; + background: transparent none !important; }