On Thu, 30 Aug 2007 13:38:58 -0400, John Gribben wrote:
> Hello everybody,
>
>
> I'm having a weird problem with IE6.  I am coding a page with a series of 
> nested divs.  
> In IE6, a fragment of the content in the last div is duplicated at the bottom 
> of the
> series.  Here's the page:
>
>
> http://windows.pedrera.com/clients/tierney/bayerpmp/newsletterhtml/
>

Ingo Chao proposed it's due to HTML comments. Alex Robinson suggested:

> I've also found that using Conditional Comments (with the condition 
> being anything but IE) works too
>
>     <!--[if !IE]> I won't trigger the duplication <![endif]-->
>     <!--[if !IE]> Nor will I <![endif]-->

Another suggestion: Put comments immediately after a tag; no spaces.
So far, no problems for me with duplicated characters. 

Like this:
    </div><!-- #wrapper -->

(I may just be lucky though.)

Cordially,
David
--


______________________________________________________________________
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