Re: [css-d] IE6 Content Duplication

2007-08-31 Thread John Gribben
Most probably it is related to the double html comments in your file. Remove them. See PIE for a start. http://www.positioniseverything.net/explorer/dup-characters.html We see those duplicated characters in tight float settings, near elements with display:none, or hidden inputs, but mostly after

Re: [css-d] IE6 Content Duplication

2007-08-30 Thread David Hucklesby
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: > > > ht

Re: [css-d] IE6 Content Duplication

2007-08-30 Thread Alex Robinson
>Most probably it is related to the double html comments in your file. >Remove them. I've also found that using Conditional Comments (with the condition being anything but IE) works too If you absolutely must have the comments, that is.

Re: [css-d] IE6 Content Duplication

2007-08-30 Thread Ingo Chao
John Gribben wrote: > ... > http://windows.pedrera.com/clients/tierney/bayerpmp/newsletterhtml/ > > At the bottom of the page, part of the final list item ("Pest Control") is > weirdly duplicated. > ... Most probably it is related to the double html comments in your file. Remove them. See PIE f

[css-d] IE6 Content Duplication

2007-08-30 Thread John Gribben
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/ At