Search found 3 matches

by DaveW
Wed Dec 03, 2003 3:17 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Sub-Menu width same as top menu and hide "Hand" mo
Replies: 4
Views: 3471

It works !!!

Kevin,
Thanks for the advice, it now works great. I actually added the itemwidth property back in for the submenus as the horizonatl separator ended at the length of the longest item rather than across the entire cell. After I added the itemwidth back in it fixed that. I also added ';' to the end of ...
by DaveW
Mon Dec 01, 2003 4:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Sub-Menu width same as top menu and hide "Hand" mo
Replies: 4
Views: 3471

Problems with menu width

The link is http://www.missingmoney.com/mmdev/Main/Index.cfm, and the code to display this is as follows (Cold Fusion, the #...# gets substituted at runtime):


<cfoutput>
<script language="JavaScript">
_menuCloseDelay=100 // The time delay for menus to remain visible on mouse out
_menuOpenDelay=30 ...
by DaveW
Tue Nov 18, 2003 5:08 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Sub-Menu width same as top menu and hide "Hand" mo
Replies: 4
Views: 3471

Sub-Menu width same as top menu and hide "Hand" mo

I want my submenu items to have the same width as the main menu items. I have tried using the itemwidth= property to set both but they do not work when you have padding, is there an easy way to control this.

Also for the top level menu items that the user cannot click on to go anywhere, I do not ...