How to fix IE7 float-clear combination
问题 I have a field_wrapper class div which contains the 3 sub divs field_label, field_input and field_error I need to put the field_label, field_input side by side and field_error below the first two. Please see below css code to know how i achieved this, My problem is Its is not working in IE7. clear both applied to the field_error is not working. Even after googling for a long time i can't find a proper method to fix this without adding the HTML mark-up. Please advice css tip or any other