Coldfusion Calendar App problem

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
karms
Beginner
Beginner
Posts: 1
Joined: Wed Feb 26, 2003 4:53 pm

Coldfusion Calendar App problem

Post by karms »

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@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]
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Without being able to see the actual code it's almost impossible to help. One thing I do see, however, is you are way down-level in the version you're using. Current is 3.5.12 (which may or may not help).
John
Post Reply