http://www.dalibor-sojic.info/kumanovo/ Mozilla - OK IE - First two columns OK, third is not. Layout from http://blog.html.it/layoutgala/LayoutGala15.html Any help/hint.
Looks like 6 thinks there isn't enough room for it. Is it a float? IE loves to drop floats. Any excuse and it will do it. Take a read: http://www.sitepoint.com/forums/showpost.php?p=1374925&postcount=15 If there aren't any floats involves, ignore me. *Edit, I see what you're doing. I sometimes get this in IE too when doing this. Wish I could remember what it was... lessee, Ie might still be counting widths here... look at the total with you have with left and right together. Is the total larger than 400px? I think yes, because you've positioned everything exactly to 400px, but then gave them borders. Now you've got 404px. Try making that margin bigger on the content. Try, like, margin-right: 420px or so. If it works in IE6, and you need to have the more precise margin, then go to margin-right: 404px and see how that works.
#right img {display: block;} Code (markup): either that or be sure to add a <br> after the image your inline image and the first word next to it are displaying inline and stretching the column width in IE6 and below (old/wrong stretching box behaviour)
@Stomme: the problem is not 404 px width. I add borders to "see" containers. The problem exists even when width is 400 or less then 400 px. Probably the link is useful. I will try it tomorrow.