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
(New page: ==Navigation== computing: software: proprietary: Microsoft: MSIE ==Overview== Microsoft Internet Explorer, or MSIE,...)
 
(→‎Overview: ok, I'm gonna go out on a limb and say it's the most popular...)
Line 2: Line 2:
 
[[computing]]: [[software]]: [[proprietary software|proprietary]]: [[Microsoft]]: [[Microsoft Internet Explorer|MSIE]]
 
[[computing]]: [[software]]: [[proprietary software|proprietary]]: [[Microsoft]]: [[Microsoft Internet Explorer|MSIE]]
 
==Overview==
 
==Overview==
[[Microsoft Internet Explorer]], or MSIE, is one of the (perhaps 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.
+
[[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.
  
 
There are apparently a number of web sites dedicated solely to documenting bugs in MSIE, and ways to get around them.
 
There are apparently a number of web sites dedicated solely to documenting bugs in MSIE, and ways to get around them.
  
 
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}}
 
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}}
 +
 
==Notes==
 
==Notes==
 
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 23:58, 23 October 2007

Navigation

computing: software: proprietary: Microsoft: MSIE

Overview

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.

There are apparently a number of web sites dedicated solely to documenting bugs in MSIE, and ways to get around them.

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.

This is a growing seedling article. You can help HTYP by watering it.

Notes

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.