Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:33
Coldfusion Calendar App problem
Poster: karms
Dated: Friday March 7 2003 - 23:49:17 GMT
I'm trying to include the DHTML meni v3.3.19 as a header template in front of the GreatWebCalendar app- a CF app - as described do-able by that app. However, the menu is displayed as an almost invisibly small menu. Funny thing is that it works perfectly, but all the menu additems are right on top of each other, and about 1-10th the size they normally are. The page isn't published yet, but I'm loading it on the CFMX app server locally. I'm only including the script code within the header template...see below. Any help appreciated.
<SCRIPT>/*
* DHTML Menu version 3.3.19
* written by Andy Woolley
* Copyright 2002 Andy Woolley. All Rights Reserved.
*
* Please feel free to use this code on your own website free of charge.
* You can also distribute and modify this source code as long as this
* Copyright notice remains intact and that you send me notice that you
* intend to use this code on your website.
*
* Limited support for this script is provided
* Commercial licence agreements are available on request for use & full support.
* You can send email to menu3 __at__ milonic.com
* Script featured on Dynamic Drive (http://www.dynamicdrive.com)
*/</SCRIPT>
<SCRIPT language=JavaScript src="menu_array.js" type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript src="mmenu.js" type=text/javascript></SCRIPT>
[/code]