Skip to content

Internet Explorer only

The Mozilla/Firefox family represents more than 30% of browsers used worldwide. Be careful when using the following properties, as they were recognized only by Internet Explorer!


Obsolete properties (Internet Explorer only)

Section titled “Obsolete properties (Internet Explorer only)”
PropertyStatusExplanation
behaviorObsoleteAllowed attaching a script or ActiveX component to an element.
filter (new style / old style)ObsoleteOld IE syntax for applying graphical filters. Now replaced by the standard filter property.
ime-modeObsoleteManaged input for Asian languages (Chinese, Japanese, Korean).
layout-flowObsoleteDefined text flow in IE for Asian languages.
layout-grid, layout-grid-char, layout-grid-line, layout-grid-mode, layout-grid-typeObsoleteSet of properties for character grid handling in IE (Asian languages).
overflow-x, overflow-yNow standardizedFirst introduced in IE, now part of the CSS standard.
scrollbar-* (base-color, track-color, arrow-color, etc.)ObsoleteModified scrollbar colors in IE. Now replaced by scrollbar-width, scrollbar-color, and the ::-webkit-scrollbar pseudo-elements.
text-align-lastObsoleteAlignment of the last line of text. Only supported in IE.
text-autospaceObsoleteAutomatic character spacing for Asian languages.
text-justifyObsoleteText justification handling in IE.
text-kashida-spaceObsoleteAdjustment for Arabic text in IE.
text-underline-positionPartially supportedDefines underline position (useful in Japanese/Chinese).
unicode-bidiNow standardInitially supported in IE, now part of the CSS standard for bidirectional text.
word-breakNow standardFirst introduced in IE, now part of the CSS standard for word breaking.
word-wrapRenamed overflow-wrapIntroduced by IE, now replaced by overflow-wrap.
writing-modeNow standardInitially IE-specific, now part of the CSS standard for writing direction.
zoomNon-standard propertyAllowed zooming into an element in IE. Supported in some browsers (Chrome), but still non-standard.

  • These properties were specific to Internet Explorer and are no longer recognized by modern browsers (Firefox, Chrome, Safari, Edge Chromium).
  • Some have been integrated into the CSS standard (e.g., overflow-x/y, writing-mode, word-break, overflow-wrap).
  • Others are completely obsolete (scrollbar-*, behavior, ime-mode) and should no longer be used.
  • Their usage can make your stylesheets incompatible and hard to maintain.

  • Do not use these old IE properties, except for legacy code.
  • Prefer modern standardized properties (filter, overflow-wrap, writing-mode, modern scrollbar-*).
  • Keep in mind that IE has been officially discontinued since 2022: all current development should target modern browsers.