http://www.adrianpelletier.com/2007/11/25/decoy-fix-for-ie-duplicate-characters-bug/

Above is another fix worth mentioning...I had the Duplicate Characters bug
(in IE 7) and the margin solution didn't work for me.  There were no
comments in between floats, either, so I was rather confused.

However, the article above advises you to simply insert a {display:none}'d
element behind the element that's being duplicated.  I guess the way it
works is that the 'leaked' text is now invisible.  (the text content of the
last element of the last floated item gets leaked)

I hope this helps others who have had the same issue before.  This one
solved my issue beautifully.

Kenny
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to