Images disappear in IE6
Yes, I, like most of you, still put up with ie6 and its plethora of CSS bugs. I tend to forget the easiest fix can sometimes just be
position:relative;.
I just fixed a problem I had regarding an image floating to the left of some text. The problem was that the image just wouldn’t show up in ie6. I tried the clear float solution, but to no avail. Then I remembered another solution concerning images, floats and ie6 :
img {position: relative;}
Works like a charm.



Thank you, saved me a lot of time!
May I state how mutch I dislike Ie? Web design would literaly take half the time if it wasn’t for getting stuff to work in Ie. Firefox forever.
@Jason - I agree. What a pain it is to still have to worry about testing for IE6, when IE7 was released over 1 1/2 years ago. Upgrade already.