Rereating the blocks content in ie7
Ie7 repeats the blocks content if i write float: l开发者_如何学JAVAeft;
to that block. Has anyone the same problem? How could I fix that? Any ideas?
Graphical glitches like repeated content are usually caused by a lack of layout.
Try adding zoom:1;
to the styles for the element in question. If it's fixed, then you know the issue is a missing layout.
精彩评论