Need someone to lead product management at your software company? I create software for people that create software and I'm looking for my next opportunity. Check out my resume and get in touch.

This is the blog of Adam Kalsey. Unusual depth and complexity. Rich, full body with a hint of nutty earthiness.

User Experience

IE6 CSS bug

Freshness Warning
This blog post is over 21 years old. It's possible that the information you read below isn't current and the links no longer work.

I’ve heard people complain that Microsoft has stopped innovating with their browser. What’s worse is that they’ve become so complacent in their market share that they don’t even fix browser bugs unless they are security related.

Internet Explorer has several well-documented browser bugs, the most commonly seen being the CSS scrolling bug. On some pages that use CSS layout, the browser won’t display scroll bars unless you reload the page.

The latest CSS bug to bite me is that IE6 refuses to render the background colors or images of block elements unless they are relatively positioned. The header of a new site that I was working on wasn’t being displayed in IE6 unless the browser was in full-screen mode. Adding .header { position: relative; } to the CSS fixed it.

This is inexcusable. Microsoft knows about these bugs and should be releasing patches to fix them. I’d love to use CSS layout for more of my client sites, but every time I try to do something innovative with the layout I find myself bogged down in workarounds and ugly hacks. The Web’s been around for nearly a decade. Isn’t it time that the tools grew up?

Comments

Rachel
April 7, 2006 4:04 AM

Couldn't agree more. Lets move away from table based layouts - Microsoft what say you? It is very frustrating when a page that renders perfectly in Firefox, Opera and Netscape does wierd things in IE. It's a great browser in danger of being 'left behind' - maybe it no longer wants to play.

Mauricio
December 11, 2006 12:21 PM

Well, IE7 has corrected some of bugs. Anyway they continue being CSS properties that do not understand very well. Mauricio

Jehzeel Laurente
April 15, 2007 8:03 AM

I've encountered does bugs too. IE6 really sucks! But IE7 was improved a little bit. Still FireFox is better than IE nowadays... Who knows IE8 will be more better... I really do hope so :)

Mark Kempton
May 17, 2007 11:13 PM

Here's a way to include javascript libararies to make ie6 perform like a compliant browser: http://www.grumpycoder.co.uk/how-to-fix-ie6-for-w3c-standards-compliance-using-javascript-libraries/ ;D

This discussion has been closed.

Recently Written

Micromanaging and competence (Jul 2)
Providing feedback or instruction can be seen as micromanagement unless you provide context.
My productivity operating system (Jun 24)
A framework for super-charging productivity on the things that matter.
Great product managers own the outcomes (May 14)
Being a product manager means never having to say, "that's not my job."
Too Big To Fail (Apr 9)
When a company piles resources on a new product idea, it doesn't have room to fail. That keeps it from succeeding.
Go small (Apr 4)
The strengths of a large organization are the opposite of what makes innovation work. Starting something new requires that you start with a small team.
Start with a Belief (Apr 1)
You can't use data to build products unless you start with a hypothesis.
Mastery doesn’t come from perfect planning (Dec 21)
In a ceramics class, one group focused on a single perfect dish, while another made many with no quality focus. The result? A lesson in the value of practice over perfection.
The Dark Side of Input Metrics (Nov 27)
Using input metrics in the wrong way can cause unexpected behaviors, stifled creativity, and micromanagement.

Older...

What I'm Reading