dhtmlxmenu item space

Hi,

I’m using 3.0 Pro version with menu in rtl mode. I’m not using images inside my menu, but there is a space left where the image was suppose to be.

I tries using an old question of mine regarding the same isue but it was on a version that was not yet supported to rtl.

how can I cancel that space?

Thank’s In Advance.

Hi,

if you are using skyblue skin for menu, you may set the following style:

div.dhtmlxMenu_dhx_skyblue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl td.sub_item_hk{ padding-left:0px; padding-right:0px; }

For the dhx_web, you need to replace dhx_skyblue with the dhx_web in the css rule.

Hi,

I’m using dhxMenu.setSkin(“dhx_blue”), so this is what I wrote:

div.dhtmlxMenu_dhx_blue_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl td.sub_item_hk{
padding-left:0px;
padding-right:0px;
}

and it did cancel the space but from the wrong side…! (my menu is in rtl mode)
the space was cancelled in the left side and not in the right side where the images spaces was created.

how can I cancel the space in the right side of the menu item text?

Thank’s Again.