1) Script Title: AnyLink Vertical Menu
2) Script URL (on DD):
3) Describe problem: I would like to know how I can give more width to dropdown menu for the text of each link fit and take up 2 lines Thanks
1) Script Title: AnyLink Vertical Menu
2) Script URL (on DD):
3) Describe problem: I would like to know how I can give more width to dropdown menu for the text of each link fit and take up 2 lines Thanks
I send I capture image to explain me
thanks
Warning: Please include a link to the DD script(s) in question in your post. See this post for more information.
If you really mean AnyLink Vertical Menu, then that information is right on the demo page:
For more info, see the demo page:The dropdownmenu() function inside the code of Step 2 accepts 4 parameters as shown:
Only customize the last two parameters (menuarray and 'width'), where:Code:dropdownmenu(this, event, menuarray, 'width')
3) Menuarray- The array contents you wish the menu to display (see code of Step 1).
4) Width- The width of the menu, in pixels.
http://www.dynamicdrive.com/dynamici...nkvertical.htm
If you have some other menu, which?
If you want more help, please include a link to the page on your site that contains the problematic code so we can check it out.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
My menu is identical to:
wwatertec.com
but I need more width because somes text have a lot of characters in every option, thanks
Last edited by jscheuer1; 05-09-2013 at 08:48 AM. Reason: Format
Thanks, finally I resolved the problem, I change width in the next line:
<a href="#" class="dos" onMouseover="dropdownmenu(this, event, menu3, '200px')" onMouseout="delayhidemenu()">
Bookmarks