Modify height of sublevel menu

Hi all.
I tried to give sublevel menue items a smaller size - without success.
Which styles have to be changed to set an item to an height of 15px?

In the screenshot you see a default item (blue) with default height.
I would like to reduce its height and the height of all other menu items.

Best regards.
A. Münch

nT

Hi
If i don’t miss, you use WEB skin…
Apply the next styles:

div.dhtmlxMenu_dhx_web_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item { height: 20px; } div.dhtmlxMenu_dhx_web_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected { height: 20px; background-image: none !important; //Or you can reduse the height of bg picture dhtmlxMenu\codebase\imgs\dhxmenu_dhx_web\dhxmenu_subselbg.gif background-color: #acdaf0; //Or you can reduse the height of bg picture dhtmlxMenu\codebase\imgs\dhxmenu_dhx_web\dhxmenu_subselbg.gif }

Works like a charm. Thanks very very much.

Skin is dhx_skyblue.
Took me some minutes to correct this.

Sorry…
Yes, for skyblue you need just replace ‘web’ with ‘skyblue’