Fix for IE "Empty Text Node" Whitespace Problem


/ Published in: CSS
Save to your folder(s)

The issue appears in various places, but likely has something to do with "having layout" and is typically seen as extra whitespace between <li> elements.


Copy this code and paste it in your HTML
  1. .affectedElements{
  2. display:block;
  3. zoom:1;
  4. }
  5. // zoom seems to be an old IE 5.5 attribute.

URL: http://stackoverflow.com/questions/1379380/ie7-cause-of-text-empty-text-node

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.