Difference between revisions of "Microsoft Internet Explorer"
(New page: ==Navigation== computing: software: proprietary: Microsoft: MSIE ==Overview== Microsoft Internet Explorer, or MSIE,...) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | [[category:web browser]] | |
− | [[computing]]: [[software]]: [[proprietary software|proprietary]]: [[Microsoft]]: [[Microsoft Internet Explorer|MSIE]] | + | [[category:discontinued]] |
− | == | + | [[File:b24c119e0bc299cc.jpg|thumb|a tombstone in Gyeongju, [[South Korea]], commemorating the end of official support for MSIE]] |
− | [[Microsoft Internet Explorer]] | + | [[File:20220615 180028.jpg|thumb|Cartoon satirizing MSIE's stability issues in the context of its demise]] |
+ | <small>'''Nav''': [[computing]]: [[software]]: [[proprietary software|proprietary]]: [[Microsoft]]: [[Microsoft Internet Explorer|MSIE]]</small> | ||
+ | ==About== | ||
+ | [[Microsoft Internet Explorer]] (MSIE) was a proprietary [[web browser]] created by [[Microsoft]] and included with the [[Microsoft Windows]] operating system. In at least some cases, it could not be removed, as its functionality was integrated into the OS. | ||
− | + | It was eventually replaced by [[Microsoft Edge]] and is no longer supported. | |
+ | ===As of 2007=== | ||
+ | MSIE was, as of 2007, the most popular browser – due largely to its inclusion as part of Windows. Because of this, and despite its many bugs, it was also widely supported by web authors. | ||
− | Version 7, the latest, | + | Documentation of bugs in MSIE, and workarounds for same, were a major topic of discussion (including, apparently, a number of web sites dedicated solely to this purpose). |
− | == | + | |
+ | Version 7, the latest as of 2007, was widely regarded as being a significant improvement over earlier versions, both because of the long-delayed inclusion of [[tabbed browsing]] (a feature supported by [[Firefox]]/[[Mozilla]] for many years prior to MSIE7's release) and for having fewer bugs. | ||
+ | ===MSIE 6=== | ||
MSIE6 and earlier do not properly display "display:none" [[CSS elements]] in between normal ("display:block") elements. A workaround is to use "position:absolute" and "visibility:hidden" instead, with appropriate left, top, and width attributes to prevent scrollbars for invisible elements. | MSIE6 and earlier do not properly display "display:none" [[CSS elements]] in between normal ("display:block") elements. A workaround is to use "position:absolute" and "visibility:hidden" instead, with appropriate left, top, and width attributes to prevent scrollbars for invisible elements. |
Latest revision as of 00:48, 17 June 2022
Nav: computing: software: proprietary: Microsoft: MSIE
About
Microsoft Internet Explorer (MSIE) was a proprietary web browser created by Microsoft and included with the Microsoft Windows operating system. In at least some cases, it could not be removed, as its functionality was integrated into the OS.
It was eventually replaced by Microsoft Edge and is no longer supported.
As of 2007
MSIE was, as of 2007, the most popular browser – due largely to its inclusion as part of Windows. Because of this, and despite its many bugs, it was also widely supported by web authors.
Documentation of bugs in MSIE, and workarounds for same, were a major topic of discussion (including, apparently, a number of web sites dedicated solely to this purpose).
Version 7, the latest as of 2007, was widely regarded as being a significant improvement over earlier versions, both because of the long-delayed inclusion of tabbed browsing (a feature supported by Firefox/Mozilla for many years prior to MSIE7's release) and for having fewer bugs.
MSIE 6
MSIE6 and earlier do not properly display "display:none" CSS elements in between normal ("display:block") elements. A workaround is to use "position:absolute" and "visibility:hidden" instead, with appropriate left, top, and width attributes to prevent scrollbars for invisible elements.