funny thing - I just read yet another simple but informative article from webmonkey. They address browser compability in this article and the first thing they address is the document types and what to use when specifiying one. may help pinpoint the issue further or shed a bit more light - although I think Dan nailed it. http://hotwired.lycos.com/webmonkey/02/33/index1a.html <http://hotwired.lycos.com/webmonkey/02/33/index1a.html> jay miller
Dan G. Switzer, II wrote: What browser are you using? My guess is you're using one based on the newer Mozilla code which is going to perform strict validation on the HTML document. Since you're specifying that the document is XHTML my guess is the DHTML menu isn't spitting out valid XHTML (most don't must of the API I've seen don't bother generating XHTML.) -Dan -----Original Message----- From: Tangorre, Michael [ mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ] Sent: Tuesday, August 13, 2002 7:40 AM To: CF-Talk Subject: (OT) DHTML Menu Problems Does anyone know why these two lines would affect a DHTML menu that I am trying to use. When I exclude these from the page, it works fine, but when included, the menu does not render correctly... LINE 1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" <http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd> > LINE 2: <html xmlns= "http://www.w3.org/1999/xhtml" <http://www.w3.org/1999/xhtml> " xml:lang=" <xml:lang=> en" lang="en"> Thanks. Mike ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

