Help:Internet Explorer: Difference between revisions

Content deleted Content added
<q>: restructure
<q>: c/e
Line 39:
{{tag|q}} is used to mark text as quotations. It is used to format short works in {{cs1}} and {{cs2}}.
 
* IE6 and IE7 do not add the quotation marks, but instead style the content in italics by default instead by way of [//bits.wikimedia.org/en.wikipedia.org/load.php?debug=true&lang=en&modules=mediawiki.skinning.interface&only=styles core CSS].
* Issues: The <code>:before</code> and <code>:after</code> selectors, and the <code>quotes</code> property are not supported in IE7 and below
* Fix: To change the style to normal: {{code|lang=css|q { font-style: normal; } }}