Hi,

I found that breaking up child elements of <div> with any white space would cause an extra gap between them in IE7. For example:

       <div>
<span class="span_link"><a href="http://www.msn.com"; >Hello</a></span> <span class="span_link"><a href="http://www.msn.com"; >Hello</a></span> <span class="span_link"><a href="http://www.msn.com"; >Hello</a></span>
       </div>

If I put the above three <span>'s on the same line, the gap disappears. I'd like to keep the <span>'s on there own lines for easy reading/maintenance while not seeing the gap. Is this a known issue? Is there a recommended way to workaround this?

Thanks,
Chris

_________________________________________________________________
Don’t miss your chance to WIN 10 hours of private jet travel from Microsoft® Office Live http://clk.atdmt.com/MRT/go/mcrssaub0540002499mrt/direct/01/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to