Web Browser Conflicts Explained

A quick look at Wikipedia reveals that Mosaic was(DIV) was added so that it remained fixed as the
the first popular World Wide Web browser to mixuser scrolled down through a page. The results
image elements with text. It was developed at thelooked great in FireFox 2.x, and nearly the same in
National Center for Supercomputing Applications inOpera 9.x and Safari 3.x, except that "fixed" box
1992, released to the public in 1993 for nonscrolled in Safari. For Internet Explorer 7.x, the fixed
commercial use, and orphaned in 1997.box scrolled, spacings differed, text background
Mosaic project alumni and other users establishedcolors didn't stay with highlighted text, and some
Mosaic Communications Corporation which eventuallymenu colors (for active, hover, visited links) were
became Netscape Communications Corporation,totally screwed up. In other words, IE 7, supposedly
producing Netscape Navigator. A different groupfree of bugs found in prior releases, is not usable for
established Spyglass Inc. with their own version ofthis design template.
Mosaic. When Microsoft was not allowed to licenseRather than load down the template design with
the Netscape Navigator, they made a deal withwork-arounds for IE, it was replaced with a TABLE
Spyglass for fees partly based on browser sales.layout for positioning, plus some other HTML Tags
Microsoft called their browser Internet Explorer andElements on menus and text selections. It still has
introduced it as an add on to Windows 95. MSelasticity and variable font sizes from dimensioning
bundled IE with later versions of Windows, thusmostly in "em" and "%" rather than "px".
having no sales revenues on the browser, whichThe logo.jpg image stays fixed in size when font size
caused Spyglass to threaten legal action, resulting inis changed, for FireFox and Safari, but is elastic for
$8 million settlement to Spyglass.Opera and Internet Explorer. Either is acceptable if
Netscape had initial market dominance, based on userthe base image has adequate resolution, namely
acceptance. IE gained dominance via distribution withupwards of 144 dots or pixels per inch, perhaps
Windows. Such competition fostered both proprietaryminimum 300. The 72 ppi that Adobe recommends
code and the evolution toward similar user interfaces.for screen images is more suited for small icons.
As of this writing, Netscape has been discontinued,For the uncommitted web designer, it seems that
and the non-profit Mozilla Foundation has continuedease of coding for these four browsers ranks as
Netscape concepts into the open source FireFoxFireFox, Opera, Safari, Internet Explorer, with IE
browser and related applications.being a problem. Netscape is no longer an issue, but it
The Safari browser was developed by Apple Inc. foris the ancestor of FF.
distribution with Mac OS X. It was first released as aIE browser through version 7 still does some things
public beta in January 2003 and is now available fordifferently from the other most popular browsers. As
Windows. It is claimed to be significantly faster thana consequence, a lot of web design effort is wasted
the alternatives.on making web pages work the same for IE as for
The Opera browser ranks behind Internet Explorer,other browsers. One workaround is to have web
Mozilla Firefox, Safari, and Netscape in popularity. It ispages check the browser in use, then switch CSS
now free for personal use. Some of its securitystyle sheets or JavaScript definitions to match. The
concepts and other features have influencedalternative is for page builders to design for only one
development of the other main browsers.browser, usually justified with a statement "optimized
A recent web template was made elastic ("fluid" orfor nnnnn browser".
"liquid") using the DIV element instead of TABLE forIt is unfortunate for designers and web users that
layout and variable font sizes. A floating text boxMicrosoft is so resistant to open standards.