Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:30

One menu option error


Poster: mqcarpenter
Dated: Wednesday May 5 2004 - 16:53:07 BST

I am happy with the menu system, but there is ONE column that seems to have a fixed width, and I can not get rid of it. The menu options and data are the same as others, but it refuses to adjust width like the others. I even rearranged it, rebuilt it, etc. Here is the link:

http://www.sarmacollections.com

The column with issues is under "Our Staff". See all the white space at the end?

Here is a snip from the menu_data file.

Code:
with(milonic=new menuname("Tech")){
style=menuStyle;
aI("text=Placement Submission;showmenu=place;");
aI("text=Billing System Access;url=/tech/bsa01.html;");
aI("text=Account Management;url=/tech/am01.html;");
aI("text=Phone Call Campaigns;url=/tech/pho01.html;");
}

with(milonic=new menuname("tif")){
style=menuStyle;
aI("text=Collection Associates;url=/staff/ca01.html;showmenu=coll;");
aI("text=Sales and Service Staff;url=/staff/sss01.html;");
aI("text=Technical Support Staff;url=/staff/tss01.html;");
}


You can see that the code options match others that do work properly. Any help is appreciated.

TIA[/url]


Poster: Andy
Dated: Wednesday May 5 2004 - 17:53:23 BST

Hi,

The problem is your CSS.

menu2 is a reserved word, in fact menu# is a no no, see this in your style sheet. It's causing the problem.

Code:
#menu2 TD {
   WIDTH: 235px
}


Cheers
Andy


Poster: mqcarpenter
Dated: Wednesday May 5 2004 - 19:32:50 BST

BINGO!

Thank you so much