> The final problem is when I try and validate the page. Everything validates, > except the JavaScript for the menus. Now, this JavaScript is taken directly > from the "Son of Suckerfish" so I was surprised to find that it was coming
Hi Seona, Quick (but proper) fix for the JS validation, start with: <script type="text/javascript"><!--//--><![CDATA[//><!-- and finish with: //--><!]]></script> (Check the source at http://www.htmldog.com/articles/suckerfish/dropdowns/example/bones1.html) -ben ***************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help *****************************************************
