IE7-/Win: floats, clears, comments, echo and disappearing absolutely positioned elements

float 1, comments, AP box, float 2 (filling container), clear

float 1
AP
float 2 0987654321
clear

float 2 has margin-right:-3px

float 1
AP
float 2 0987654321
clear

float 2 doesn't fill the container (3px less)

float 1
AP
float 2 0987654321
clear

clear has "layout"

float 1
AP
float 2 0987654321
clear

float 2 has margin-right:-3px and clear has "layout"

float 1
AP
float 2 0987654321
clear

comments and AP box in the source code are after the clear

float 1
float 2 0987654321
clear
AP

AP box, float (filling container), clear

AP
float 0987654321
clear

AP box, float (filling container) with margin-right:-3px, clear

AP
float 0987654321
clear

AP box, float, clear with "layout"

AP
float 0987654321
clear

float (filling container), clear with "layout", AP box

float 0987654321
clear
AP

CSS tests home