James, >Does anyone know if it is possible to remove html comments from the >DOM with jQuery?
This wouldn't fix your problem, since IE would already be in Quirks Mode. You're best bet would be to look into a server filter that will allow you to remove comments from the output stream--that way the browser would never see them. -Dan