www.netsi.dk

"The internet is just a layer on the real world" (don't forget that!)

Work-arounds for 9 MSIE bugs…

If you implement on the web, chances are that you have to make som work-arounds from time to time. The page “9 Most Common IE Bugs and How to Fix Them” is a great resource for avoiding such bugs to mess up your layout.

Here is an example from the website:

The output you’d expect:

Tutorial Image

But what IE actually gives you:

Tutorial Image

This is mainly due to IE6 in quirks mode and below not recognizing the auto value we set to the margin property. Fortunately, this is easily fixed.

Share