How to fix the page elememnt alignment in IE 6 ?
.tab_container { clear: right; float: left; }
On the text div.
Ok I'm not psychic, but I'll try.
you want the image to display where the red box is?
If so, give it the css float: right; and put it before the text, not after.
float: right;
Float:left both the text and Image containers with there own width.
Float:left
width
On the text div.