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!
Search found 11 matches
- 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
- 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
- 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 ...
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 ...
- 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
Fixed. Somehow all the fiddling with the pathnames, I got a combination to work finally. Thanks!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.
- 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
- 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
- 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 ...
Yeah, it works on its own, no matter what. I tried all variations of the /, ../, and leaving the slash off ...
- 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 ...
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 ...
- 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 ...
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 ...
- 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 'breaks' I mean I get a javascript error: Line 17 ...
- 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 ...
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 ...