How to fix IE 6 bug elements aligns vertically?

158 views Asked by At

How to fix the page elememnt alignment in IE 6 ?

the siteIE6 bug

3

There are 3 answers

1
mylesagray On
.tab_container {
    clear: right;
    float: left;
}

On the text div.

0
daveyfaherty On

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.

0
Dev On

Float:left both the text and Image containers with there own width.