I remember IE will have some problems in layout when a comment is placed immediate after closing DIVs
E.g.
<div id='header'>
</div><!--/header-->
I forgot which version of IE will be affected, anyone can point me to the right direction for this bug?
Thanks.