If anyone here has IE 6 please let me know if you can view three columns on my blog please. Charm School I see three columns in IE7 but someone said they see two on IE6
In IE6 the third column is in the right corner of page,below the second one. I suppose the third one is that blue column,right?In Opera looks fine. BTW 1024/768
Dang, thanks....that's bad news. I have two adsense blocks in that column. Who told me to play with my template...drats
Firstly, I would try reducing the width % of the coloumns. I'm also a bit suspicious on the padding that you have used since IE interprets padding differently to other browsers (I believe, not definite, can someone confirm this) so if the padding is overflowing, eventhough the width of the coloumns are set to a certain % and "it should" resize according to the users screen resollution, the padding is set to a fixed pixel width. So when the users screen resollution isn't high enough (or wide enough in this case) it is possible that it is the reason why it's bumping the third coloumn down.
Thanks a lot I'll play around with the padding but it's difficult without the freaking browser available to check
if you can, remove the padding from your css altogether. it might also help to float the right coloumn to the right "float:right;"
it does float right. When you say remove the padding are you saying remove each and every instant from the template?