Hey, I know it has been a long time ago (didnt notice the reply) but I'll appreciate your support.
kentico version: 4.0
Menu type: drop down menu
Some of the items are long, and some short with short words.
Regarding the last question, I can only check the box of wrapping in the webpart container, not in any other place.
The webpart properties are as follow:
Webpart properties (Drop-down menu)
Alias path: /
Zone ID: zoneMenu
Content
Path: /%
Highlighted document path:
Content filter
Document types:
Combine with default culture:
Culture code:
Maximum nesting level: 2
ORDER BY expression:
Select only published: True
Site name:
WHERE condition:
Filter name:
Design
CSS prefix: horizontal;horizontalsub
Cursor: 1
Highlight all items in path: True
External script path:
Layout: horizontal
Render item name: False
Render image alt: True
Padding: 0
Spacing: 0
Submenu indicator image:
Use alternating styles: False
Use item images for higlighted item: False
Apply menu design: True
Enable RTL behaviour: False
Enable mouse up/down class: True
Word wrap: True
Encode menu caption: True
Menu item separator
Separator CSS class:
Separator height:
Separator text:
No data behavior
Hide if no record found: True
ZeroRowsText: No data found
System settings
Check permissions: False
Cache item name:
Cache minutes:
Cache dependencies: ##NONE##
I also wrap it with content before:
<div class="horizontalmenu">
(I did it as I wanted a different color for the hovering - this css class indicates the basic color of the menu in 100% width)
and content after:
<div></div><div style="background-color:#EC870E; height:11px;"></div></div>