Posts Tagged ‘IE’
IE6 Will No Longer Be Supported
Thursday, February 11th, 2010
Last week Google announced that they will no longer be supporting Internet Explorer 6.
In order to continue to improve our products and deliver more sophisticated features and performance, we are harnessing some of the latest improvements in web browser technology. This includes faster JavaScript processing and new standards like HTML5. As a result, over the course of 2010, we will be phasing out support for Microsoft Internet Explorer 6.0 as well as other older browsers that are not supported by their own manufacturers.
Since Google’s sites (Gmail, Docs, Apps, Calender, etc.) will no longer support IE6, it should come as no surprise that MCGWD will officially no longer support that browser either (Actually, I stopped supporting IE6 the first of 2010, and this very site is unsupported). This basically means websites will still render with IE6, but it may not always look pretty, or display the same way as newer browsers will.
By no longer maintaining support for this old and insecure browser, I will be able to decrease development time, thus reducing the costs passed onto my customers. It’s a win-win. However, if your project does require IE6 support, please let me know up-front. I can still add IE6 support to new projects, but beware I will need to charge extra to do so. Also, I have no intention of dropping support for IE7+ anytime soon.
Please Upgrade Now
For both performance and security reasons, I always recommend using the latest version of your chosen browser. Please consider upgrading now, by selecting one of the browsers below.
Posted in Company Information, Website Design. ⋅ Tags: IE, Internet-Explorer, Website Design
IE Changes EPS to PS Files when Downloading
Monday, November 19th, 2007

If you plan to link directly to an .EPS or .AI file for downloading (e.g. logos, vector art, etc.) on a website, you should note that Internet Explorer doesn’t correctly handle these postscript files. If you attempt to download an .eps file with IE it will save it as a .ps file and it will save an .ai file as a .pdf. This is not a problem in Firefox or Opera.
The simple solution is to zip these types of files so IE doesn’t change the file extension, and your visitors can download them without problems.
Posted in Website Design. ⋅ Tags: eps, IE, Internet-Explorer
Gaps Under Images in IE6
Sunday, June 24th, 2007
In IE6 and below, images within a div will have a gap or space below them. This is caused by the fact that images are not block elements; they’re inline. The pixels at the bottom are the space below the baseline where text descenders would go (tails on letters like g, j, p, q and y).
The Fix:
Using CSS, set display:block; on the img.
This is not a problem in IE7.
Posted in CSS. ⋅ Tags: bugs, CSS, IE, Internet-Explorer





