Hi, i have a class let's call it cell,
.cms-block .cell{ width:520px; float:left;}
.cms-block.wide .cell{width: auto; float:none}
in IE 6, the child elements of .cms-block.wide .cell loose their borders/background colors. if I take away the float:none; the borders are there. but... the cell is floating left. argh. I looked around and i found a lot of pages describing peek-a-boo bugs. but to this specific problem i could not find an answer so far.
peace
m