Displaying Blogger Images
November 2nd, 2005 by mojotek
Well, it’s finally fixed, and the remedy was quite simple actually. It had to do with a bug Internet Explorer has when displaying ‘floating’ objects using CSS. So all I had to do was add this bit of code to my template in the [style] section:
#main-column img {
position:relative;
}
Where you replace ‘#main-column’ with whatever id or class is being used for all your blog posts. So, hopefully this is fixed for good, and maybe I won’t lose so many god damn Battle of the Blogs anymore.
Here’s the link in Blogger Help where I found the solution.

I dont know shit about any of this, just thought I’d say hi.
yea i’m so adjusted to safari and firefox i usally forget to check my sites in IE but i know i’m always in for about an hours worth of hacking to get around the browser bugs.
eric: Yes, it’s becoming a realization to me. Hopefully I’ll become adept at remembering everything IE has issues with.