Home >Web Front-end >HTML Tutorial >Why is it displayed normally under IE7, 8, and FF but misaligned under IE6_html/css_WEB-ITnose
Six DIV blocks, three per line, why are they displayed normally under IE7, 8, and FF?
The first line is normal under IE6, but the second line is misaligned, leaving only the rightmost one,
The first two DIVs are squeezed below.
Thank you
margin:0px; padding:0px;
Do you have margin or padding between your divs? IE6 interprets it differently, for example, margin-left:4px; it may be interpreted as 8px, just use a hack to define it separately,