Search found 11 matches

by patwoods
Wed Dec 06, 2006 2:38 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Submenu Items Not Appearing Since IE7 Upgrade
Replies: 6
Views: 4860

Thanks! Got it. Seems like the overfilter and outfilters really screwed with IE7 and might be part of the problem. Commenting them out fixed it pretty much. Probably something to do with the whole CSS and DIV style I chose for the site.

Thanks again! Lifesaver!
by patwoods
Tue Dec 05, 2006 4:13 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Submenu Items Not Appearing Since IE7 Upgrade
Replies: 6
Views: 4860

Guess I am dense here... can't see where I am going wrong. I put the scripts in the <head> tags. Forgive me for being an idiot. It works everywhere but IE7. Can you give me more info?
by patwoods
Tue Dec 05, 2006 3:31 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Submenu Items Not Appearing Since IE7 Upgrade
Replies: 6
Views: 4860

Submenu Items Not Appearing Since IE7 Upgrade

Can't seem to get submenu items to show in IE7. Worked great til I upgraded my browser... now only the first item in the submenu displays.

Link is at http://www.softcrabs.net

The 'products' link is the only submenu... this is a really simple site and I cannot figure out why it isn't rendering the ...
by patwoods
Fri Dec 19, 2003 6:00 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: V 5.0 and Coldfusion..issues
Replies: 24
Views: 16108

jgillett wrote:This may be obvious, but keep in mind those path examples are for my structure. Adjust as needed for yours. The idea was simply to show the different way I'm calling the files, which, for me, works.
Fixed. Somehow all the fiddling with the pathnames, I got a combination to work finally. Thanks!
by patwoods
Fri Dec 19, 2003 5:44 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: V 5.0 and Coldfusion..issues
Replies: 24
Views: 16108

Trying to get my brain going here (it's been fried with the flu this week). My calls are slightly different and working fine.

<cfinclude template="/rms/templates/menucall.htm"> calls...
<script language="Javascript" src="/rms/templates/menu5/milonic_src.js" type="text/javascript"></script ...
by patwoods
Fri Dec 19, 2003 2:06 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: V 5.0 and Coldfusion..issues
Replies: 24
Views: 16108

hm. my brain must be fried also, was this for me or the other fella asking questions?

BTW great forum here - makes me really comfortable to know I spent my (company's) dollars well on this product. :)
by patwoods
Thu Dec 18, 2003 10:27 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: V 5.0 and Coldfusion..issues
Replies: 24
Views: 16108

It would appear you have all your menu files in the same /includes/ directory, so why "../includes/milonic_src.js" instead of just "milonic_src.js" as you have for the other menu code calls?

Yeah, it works on its own, no matter what. I tried all variations of the /, ../, and leaving the slash off ...
by patwoods
Thu Dec 18, 2003 10:24 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: V 5.0 and Coldfusion..issues
Replies: 24
Views: 16108

OK, here goes...

Page is comprised of several <CFINCLUDES>... there is a main body one, then a top navbar (static, not DHTML or anything), then I include the left navbar here. Note I haven't even begun to mess with content, it is still your demo navbar code with just some color change stuff within ...
by patwoods
Thu Dec 18, 2003 10:18 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: V 5.0 and Coldfusion..issues
Replies: 24
Views: 16108

OK, here goes...

Page is comprised of several <CFINCLUDES>... there is a main body one, then a top navbar (static, not DHTML or anything), then I include the left navbar here. Note I haven't even begun to mess with content, it is still your demo navbar code with just some color change stuff within ...
by patwoods
Thu Dec 18, 2003 9:59 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: V 5.0 and Coldfusion..issues
Replies: 24
Views: 16108

I have had a similar problem, except mine works fine on the server if I call the include file (just the milonic menu code) in my browser, but as soon as I add it to a page via an INCLUDE statement, the browser breaks and doesn't display the menu.

By 'breaks' I mean I get a javascript error: Line 17 ...
by patwoods
Wed Dec 17, 2003 6:50 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: transparent menu
Replies: 6
Views: 7385

Cold Fusion Variables

I am trying to set the menu color as a CF variable. I have tried to use

offbgcolor="<CFOUTPUT>#variable_name#</CFOUTPUT>"

as my variable, but it sets the menu to transparent and all the submenus below it also. My guess is that I am setting things up wrong in the js context of things.

Is there ...