IE Repeats Text In Last Float
Are you having problems with text being duplicated at the end of one of your floated div tags? It might not really be your fault. After spending about an hour verifying that my code was in fact OK I stumbled upon an article about the IE Duplicate Characters Bug.
Apparently this problem is caused by comments inbetween floated DIVs being mistreated by Internet Explorer. The simple fix is to either remove the comments or use comments of the form:
Tags: Uncategorized, Web Development