Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:17

w3c compliance


Poster: jenlepen
Dated: Wednesday January 18 2006 - 11:30:46 GMT

i'm having trouble getting my site compliant with the w3 guidelines because of the dhtml menu. does anyone know how to fix it?
my site is php. here is the code that i'm using, nothing else seems to work:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta name="generator" content="HTML Tidy for Mac OS X (vers 12 April 2005), see http://www.w3.org" />
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>Omega Mobile Design, San Francisco California Bay Area</title>
<style type="text/css">
__at__ import url("/styles/base.css");
/*<![CDATA[*//*]]>*/
</style>
<link rel="Start" href="index.html" />
</head>
<body>
<script type="text/javascript" src="/menu/milonic_src.js">
</script><script type="text/javascript">
//<![CDATA[
if(ns4)_d.write("<scr"+"ipt type=text/javascript src=/menu/mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt type=text/javascript src=/menu/mmenudom.js><\/scr"+"ipt>");
//]]>
</script><script type="text/javascript" src="/menu/menu_data.js">
</script>

if anyone has any ideas on how to fix it, please help!
thanks!
jen


Poster: Ruth
Dated: Wednesday January 18 2006 - 14:58:01 GMT

I just pasted the code you posted into a blank page, went to the w3c validation service and checked it and I got a This Page Is Valid XHTML 1.0 Strict!

That part at least validates, so it seems it must be something else on the page.

Ruth