Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
335
WebDataMenu Height
posted

If I change the hieght on the menu, it seems like the menus under it don't line up correctly.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

<

 

 

ig:WebDataMenu ID="menuAction" runat="server" StyleSetName="VerusActionMenu" StyleSetPath="~/Styles" onitemclick="menuAction_ItemClick" Height="21px">

 

 

 

<GroupSettings Orientation="Horizontal" />

 

 

 

<ClientEvents ItemClick="validateActionMenu" />

 

 

 

<Items>

 

 

 

<ig:DataMenuItem Text="Select an action..." Value="0">

 

 

 

<Items>

 

 

 

<ig:DataMenuItem Text="Add a new law firm" Value="addNewLawFirm">

 

 

 

</ig:DataMenuItem>

 

 

 

<ig:DataMenuItem Text="Export to Excel" Value="exportGrid">

 

 

 

</ig:DataMenuItem>

 

 

 

</Items>

 

 

 

</ig:DataMenuItem>

 

 

 

</Items>

 

 

 

</ig:WebDataMenu>

If you look closelt, you will see there is a gap between the "Select an action..." item and the box around the child menu items. I suspect I am missing something from the style , but I can't figure it out. Any ideas?

It would be greatly appreciated.

Thanks in advance.