Posts Tagged ‘ie6’

Installing Multiple Versions of Internet Explorer

Monday, October 27th, 2008

Usually when I check my website templates, I do so in the main browsers, Firefox, Opera, Safari, Camino and Internet Explorer (via my desktop machine running Windows XP).

As my XP system uses Internet Explorer 7, that’s the only version of IE that I’m able to check with. However, according to my stats, on average 10% of my visitors are using IE 6, which is more than are using IE 7. (BTW, if you are still using IE 6, I recommend that at the very least you upgrade to IE 7, or better still, a better browser – *cough* Firefox *cough*) So, while testing for IE 6 is a bit problematic for me, it’s something that I need to do.

Luckily, there is a solution. Thanks to TredoSoft, it’s possible to install IE 3, 4, 5, 5.5, and 6 in one go. Get Multiple IE here. If you need to check your site in these versions of IE, then Multiple IE is a must have.

Internet Explorer 6 CSS Support: Another Update

Wednesday, November 22nd, 2006

What’s the point in having standards if they are just going to be thrown out the window and ignored? I really feel for the guys out there who do web design on a full time basis. No wonder they hate IE so much. I hit just one major problem, and it wrecked my head trying to sort it out.

Anyway, after a couple of days away, I finally got a chance to sit down and do some research about my “position:fixed” problem. I initially thought that I would have to create two CSS files and then use some scripting to do some browser recognition and redirection. Turns out the answer was easier than that. Instead I used a CSS child selector to fix the problem. (more…)

Internet Explorer 6 CSS Support: Update

Saturday, November 18th, 2006

Just an update on the CSS Problem. After a quick search on Google, I discovered that IE6 does not support the “position: fixed” attribute of CSS. I was using this attribute for the navigation bar, the external links bar, and the copyright bar. So when rendering the page, IE6 just ignored this attribute and laid out the different div’s one after another, which caused the messed up layout.

My original intention was to have those three blocks visible on the page at all times so that navigation would be easier. They also helped frame the content.

In the meantime, I’ve changed the attribute to “position: absolute”. So now the layout is nearly what I want. But not quite. I’ll work on incorporating the two style sheets, so that the true layout is available to those with compliant browsers, and IE6 users get the updated CSS file. That way, the site looks the way I want it to, and not the way that Internet Explorer, thinks it should look. At least IE7 does recognise “position: fixed”, but only time will tell what other parts of the CSS standard Microsoft have decided to ignore.

Thanks to my sister Lena, for pointing out the rendering problem on IE6. Kudos!

Internet Explorer 6 CSS Support

Saturday, November 18th, 2006

Here was I thinking that my site design was working fine, until I tried to view it on IE6. Oh. My. God. What an abomination. In Opera and Firefox it looks perfect. Even in IE7 it looked perfect, but in IE6, it was all over the place. For those of you on IE6, below is a screenshot of what it should look like. For those of you using a proper, standards compliant browser, there’s another screenshot of how IE6 renders my site. The problem is that the site does not use tables, but div’s and CSS to lay out the various sections.

(more…)