DEV.KevinPierpont.com

gearheads unite — mostly mac, webdev and a little photography info

DEV.KevinPierpont.com header image 2

Fighting with floats and images

I’m not the only one trying to get images to show up in IE6 when using a CSS float to flow text around the image. The ideas in this thread worked. Adding position:relative; to my css for the img tag did the trick.

October 31st, 2003 · No Comments
Tags: CSS