-
gooey menu script error?
1) Script Title: Gooey menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/gooeymenu.htm
3) Describe problem: My code checker tells me this is wrong but not what is wrong with it. The script is working OK but I'd like to be sure: <script>gooeymenu.setup({id:'gooeymenu3', fxtime:500}) </script>
-
for normal HTML it should be
Code:
<script type="text/javascript">gooeymenu.setup({id:'gooeymenu3', fxtime:500}); </script>
or is the page is XHTML
Code:
<script type="text/javascript">
/*<![CDATA[*/
gooeymenu.setup({id:'gooeymenu3', fxtime:500});
/*]]>*/
</script>
-
Thank you very much Vic. I have made a donation to Operation Smile . Mal