Help:Internet Explorer
Older versions of Internet Explorer (IE), especially versions 6 and 7 (commonly abbreviated IE6 and IE7) have limitations in their CSS and HTML support. As Wikipedia expands its use of CSS3 and HTML5, support for these old browsers will become more limited, leaving older browsers unable to render a page as the editors intend. A number of specialized fixes for these older browsers are being removed as the MediaWiki software is being updated.
Where possible, users should upgrade to Internet Explorer 8 or higher or install Firefox, Google Chrome, or another modern browser. We understand that some users do not have a choice, either by limitations of their system, corporate policy, or compatibility with other software.
In some instances, your CSS can be edited (if you are logged in to Wikipedia with a username and password) to add some level of support.
JavaScript
As of September 2014, JavaScript has been disabled for IE6 and IE7 due to security issues.
Blank pages when printing
column-width
The CSS3 column-width
property specifies the width of columns.
- IE6, IE7, IE8, and IE9 will not show columns.
- Issues:
column-width
property is only supported by IE10 and above
- Issues:
- Usage: {{reflist}} for references; {{div col}} for multiple columns
- Fix: none (except upgrading IE or using a different browser)
<q>
<q>...</q>
is used to mark a short quotation; CSS styles the content by placing it in quotation marks in a normal font style.
- IE6 and IE7 do not add the quotation marks, and also style the content in italics.
- Issues:
before
andafter
pseudo-elements are not supportedq
is not supported as a selector
- Issues:
- Usage:
<q>
is used to format short works in Citation Style 1 and Citation Style 2 - Fix: To change the style to normal:
q {font-style: normal}