Difference between revisions of "Microsoft Internet Explorer"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(→‎Overview: ok, I'm gonna go out on a limb and say it's the most popular...)
Line 1: Line 1:
==Navigation==
+
[[category:web browser]]
[[computing]]: [[software]]: [[proprietary software|proprietary]]: [[Microsoft]]: [[Microsoft Internet Explorer|MSIE]]
+
[[category:discontinued]]
==Overview==
+
[[File:b24c119e0bc299cc.jpg|thumb|a tombstone in Gyeongju, [[South Korea]], commemorating the end of official support for MSIE]]
[[Microsoft Internet Explorer]], or MSIE, is currently (2007) the most popular [[web browser]] due largely to its inclusion in the [[Microsoft Windows]] operating system. Because of this, and despite its many bugs, it is also the browser which is the most widely supported by web sites.
+
<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.
  
There are apparently a number of web sites dedicated solely to documenting bugs in MSIE, and ways to get around them.
+
It was eventually replaced by [[Microsoft Edge]] and is no longer supported.
 +
===As of 2007===
 +
MSIE was, as of 2007, the most popular browser &ndash; 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, is 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.{{seedling}}
+
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).
  
==Notes==
+
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.

Revision as of 13:38, 16 June 2022

a tombstone in Gyeongju, South Korea, commemorating the end of official support for MSIE

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.