Search found 27 matches

by tubize
Tue May 02, 2006 10:47 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Help with CSS - menu height
Replies: 7
Views: 6014

Can you check my code on this? I am using menuheight="10"; and I get a different height for off and on. I do not think you need a different line for menu off and menu on.

Thanks

John
by tubize
Tue May 02, 2006 6:50 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Help with CSS - menu height
Replies: 7
Views: 6014

Michael, I am using a combination of code in the menu itself and css. The code in the menu can be found at http://www.expat-online.com//navigation/top_menu.cfm and the css code is as follows:

.cssmouseon {
color:#ffffcc;
line-height:10px;
border:#FFFFFF solid thin;
menuwidth:980;
menu-align:center ...
by tubize
Mon May 01, 2006 7:39 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Help with CSS - menu height
Replies: 7
Views: 6014

I don't have separate style settings for line items in the menu, just one for the horizontal menu and one for the vertical menu. I don't think that this is the answer.

Thanks

John
by tubize
Mon May 01, 2006 5:26 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Help with CSS - menu height
Replies: 7
Views: 6014

Help with CSS - menu height

I am using the Milonic menu both horizontally across the top and vertically for my left nav on all pages of my site. It is working beautifully except that I am getting different line heights on some sub-menus than on others. If you go to this page - http://www.expat-online.com/living/clubs/index.cfm ...
by tubize
Sat Nov 12, 2005 1:35 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Converting menu to css
Replies: 3
Views: 3147

Want a fixed width menu for all text sizes

On one site, I have fixed the menu width by using a background image with menu text in the image. It works just fine. On another site, I have a menu that I always want to be 650px wide. I know I can do it using only images but can I do it with two bg images (on and off) each of them 130px wide. I ...
by tubize
Wed Oct 19, 2005 10:13 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Converting menu to css
Replies: 3
Views: 3147

Converting menu to css

I am converting my menu to css and it seems to be working okay. My top menu has to fit in an 800px wide space and I am setting it up so that the text size changes as a reader changes the text size for the page. As it is now, when the text size decreases, the headings flow to the left leaving blank ...
by tubize
Tue Jul 20, 2004 4:55 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Dropping Session IDs
Replies: 15
Views: 11984

The CF in the left nav is definitely getting processed because it has a CF query calling up the categories.
by tubize
Tue Jul 20, 2004 4:01 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Dropping Session IDs
Replies: 15
Views: 11984

Thanks John, but it did not make a bif of ditterance.
by tubize
Tue Jul 20, 2004 7:58 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Dropping Session IDs
Replies: 15
Views: 11984

Similar problem only a little more complicated

I have a similar problem in passing a session variable to the Milonic menu and it may well be with the same shopping program. My site is Cold Fusion driven and I use CF to call up the dbase that I draw from in a vertical Milonic menu. I will try to summarize the environment because it can get very ...
by tubize
Sun Jul 11, 2004 1:51 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Integrating php into the menu
Replies: 2
Views: 2715

Integrating php into the menu

I am doing something again with the menu that once again takes me in a bit over my head. I have purchased an Amazon store that is programmed in php but they have a separate directory of html files that I can use to modify the look and feel. I am starting out by putting it on the AWCB site and have ...
by tubize
Tue Jun 08, 2004 7:10 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Integrating Cold Fusion Component into the menu
Replies: 9
Views: 17117

Thanks a lot Kevin. You have done a lot of work on it and I appreciate your help. I will let you know when it is done.

John
by tubize
Mon Jun 07, 2004 8:53 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Integrating Cold Fusion Component into the menu
Replies: 9
Views: 17117

<code>
<cfparam name="page" default=" ">
<cfquery name="get_clubtypes" datasource="business">
SELECT * from club_types order by type
</cfquery>

<cfquery name="get_churchtypes" datasource="business">
SELECT * from church_types order by affiliation_name
</cfquery>

with(milonic=new menuname("Admin ...
by tubize
Mon Jun 07, 2004 8:02 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Integrating Cold Fusion Component into the menu
Replies: 9
Views: 17117

You are right about the confusion. Sorry about that. I tried the code that you provided but it does not work as you can see here -
http://www.expat-online.com/living/index.cfm
The banner that you see is from the calling page. However, if you just call up the left nav banner include - http://www ...
by tubize
Mon Jun 07, 2004 3:10 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Integrating Cold Fusion Component into the menu
Replies: 9
Views: 17117

My left menus are the same throughout a section of my site. It is more practical to include the rotating banner once in the left nav than on every page where the menu appears. Make sense to you now?
by tubize
Mon Jun 07, 2004 10:36 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Integrating Cold Fusion Component into the menu
Replies: 9
Views: 17117

Integrating Cold Fusion Component into the menu

We are using a banner rotation program that we have developed internally as a Cold Fusion Component. We call the banner with this code
<cfinvoke component="cfc.AdBannerMX" method="AdBannerMX">
<cfinvokeargument name="Zone" value="Side Banner">
</cfinvoke>

We are working with a vertical banner ...
by tubize
Fri Nov 28, 2003 7:11 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Cut and pasting vertical menu
Replies: 3
Views: 3287

Why would that matter?

John,
Thanks for your prompt reply. I haven't tried your suggestion but do not know why it would make a difference because the javascript include works throughout the site in calling up my cfm milonic menu.

In this case, the only thing different is the directory that I am calling the file from. It ...
by tubize
Fri Nov 28, 2003 3:01 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Cut and pasting vertical menu
Replies: 3
Views: 3287

Cut and pasting vertical menu

I have a weird situation and it has been cleared up in the past through trial and error but I think it is time I find out what is happening.

I have a vertical menu working in a directory of my site and want to set up another file in a different directory that uses a similar vertical nav. If I set ...
by tubize
Sat Nov 15, 2003 5:30 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Stupid question
Replies: 3
Views: 3201

Stupid question

This is probably a stupid question but where do you find these new releases? I don't find any references to RC numbers anywhere except in this forum.

Thanks.

John
by tubize
Wed Nov 12, 2003 9:09 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Wrong menu appears
Replies: 5
Views: 4361

Wrong menu appears

I wrote Andy earlier on this but I see that he has the flu so I will post it here.

I am using both the vertical and horizontal menu extensively on a new site I am developing .

I am having a problem with the wrong menu appearing and it probably has something to do with my names but I can’t find ...
by tubize
Wed Nov 12, 2003 8:46 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with horizontal menu display
Replies: 16
Views: 11070

I updated the updated program files before reading the above post and found that I had lost my menu so I quickly re-loaded my old program. Is that what happens, you just don't see the menu any more?