Return to Snippet

Revision: 25174
at March 22, 2010 18:33 by Jamie


Initial Code
.affectedElements{
  display:block;
  zoom:1;
}
// zoom seems to be an old IE 5.5 attribute.

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

Initial Description
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.

Initial Title
Fix for IE "Empty Text Node" Whitespace Problem

Initial Tags
css, ie, text

Initial Language
CSS