Search found 15 matches

by bdaltilio
Tue Jun 19, 2007 1:07 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Setting minimum height for a vertical menu
Replies: 3
Views: 3074

Thank you.

As for the mm_fixheight were do I use the property, in the style section or the "new menuname" section? Also what is the correct syntax? And what is CMS?

Is there someway I can determine the height of the menu after it is built and store it in a variable?

How do I submit a feature ...
by bdaltilio
Mon Jun 18, 2007 9:21 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: image alignment
Replies: 1
Views: 2146

image alignment

I know you can use the imagealign property for left right and center, but is there one or something similar for aligning it to to top?

Thanks,
Brian
by bdaltilio
Mon Jun 18, 2007 8:51 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Setting minimum height for a vertical menu
Replies: 3
Views: 3074

Setting minimum height for a vertical menu

Is there a way to set a minimum height for a vertical menu?
Also how is mm_fixheight used?

Thanks
Brian
by bdaltilio
Mon Jun 18, 2007 6:49 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: border on one side only
Replies: 2
Views: 2709

thank you.
by bdaltilio
Mon Jun 18, 2007 6:21 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: border on one side only
Replies: 2
Views: 2709

border on one side only

Is it possible to make the border show up on only one side of the menu? Say on the left side in a vertical menu?

Thanks.
Brian
by bdaltilio
Wed May 30, 2007 8:11 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can't eliminate extra trailing line in search menu -[solved]
Replies: 1
Views: 2222

SOLVED

Added a style

Code: Select all

form.mm_search
{ 
 	margin:0px;
}
and added a class to the form

Code: Select all

class=mm_search 
Brian
by bdaltilio
Wed May 30, 2007 7:23 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: tooltip formatting
Replies: 2
Views: 2746

Figured it out, I made a table within the tooltip.

I do have one other question regarding this. I know I can change the position of the tip relative to where the mousein position, but is it posible to make the tip show up in the same spot relative to the link or div regardless of where the mousein ...
by bdaltilio
Wed May 30, 2007 6:48 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: tooltip formatting
Replies: 2
Views: 2746

tooltip formatting

I just came accross the tooltip.js script included in the newer versions of the menu. I am currently using another script to create tips, but like the thought of using both scripts from milonic.

Is there an easy way to format a milonic tooltip for a link or div like the one below? I am looking for ...
by bdaltilio
Wed May 30, 2007 5:56 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can't eliminate extra trailing line in search menu -[solved]
Replies: 1
Views: 2222

Can't eliminate extra trailing line in search menu -[solved]

Go to http://www.texwipe.com/test/search.asp
Click on search. As you can see there is an extra line below the blue and grey search button. I have tried everything to get rid of it without success.

Please advise.
Thank you,
Brian
by bdaltilio
Wed Nov 15, 2006 7:37 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Session Variables not being read
Replies: 2
Views: 11134

It was a rogue javascript elsewher on the page that was messing it up. Thanks for the help.
by bdaltilio
Tue Nov 14, 2006 5:38 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Session Variables not being read
Replies: 2
Views: 11134

Session Variables not being read

I have a menu that is not reading the session variables. I know the session variables are there because I did a response write on the asp page before and after I call the menu and they do print.

Here is part of the asp menu data I am using, the session variable is Session("Region")

with(milonic ...
by bdaltilio
Fri Sep 22, 2006 3:40 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Show/Hide div layers using menu
Replies: 1
Views: 2574

Show/Hide div layers using menu

I am trying to show and hide layers on a page by clicking on a menu item. See http://tempsite.texwipe.com/layer.asp for a example using javascript.

I would prefer to do it with milonic like the tramline menu. Is it possible and if so how?

Thanks
by bdaltilio
Fri Sep 22, 2006 3:36 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to keep top menu highlighted
Replies: 3
Views: 3438

Thanks I will take a look at that.
by bdaltilio
Thu Sep 21, 2006 9:14 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to keep top menu highlighted
Replies: 3
Views: 3438

How to keep top menu highlighted

Sorry for the poor titile but I could figure out a good way to describe it. Let me try and explain. On the menu that milonic.com uses if you click a menu item, when you get to your final page the menu remembers where you are. For example, if you click Support > FAQ > DHTML Menu, it stays selected ...
by bdaltilio
Mon Oct 03, 2005 5:01 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: uniform spacing in table
Replies: 1
Views: 2069

uniform spacing in table

I have a menu in a table that will be different widths based on the industry selected. Is there some way to have the table fill up the entire table cell so the menu items are evenly spaced based a dynamic selection. See my menu code below:

<table align="center" bgcolor="#890027" width="770 ...