snak detek+0r wrote:

> I can barely even describe what's happening, but it's easy to look at.
>
> see here -> http://tinyurl.com/3ezwej
>
> the top and bottom sections each have a line of html comment. In these
> sections, the last letter in the div is REPEATED below -- for no
> reason -- shouldn't be there!

I don't see anything like that (on IE 7 or on Firefox 2).

> ...I removed the comments and problem goes away....Only, now I'm very,
> very curious. Does anyone know why this is?

Does the problem exist (where you test it) even when CSS code has been 
removed or CSS support has been disabled?

Anyway, there is at least one CSS-related problem in your test document. 
It has its style sheet wrapped inside "<!--" and "-->". That has been 
useless for years, and in XHTML (which the page uses) it's a 
considerable risk, since by XHTML rules, the construct is indeed a 
comment and browsers are allowed to remove comments before otherwise 
processing the document - i.e., remove the style sheet.

Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/ 

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to