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
680
WebDataMenu Extra Spacing
posted

Guys,

 

How can I remove the spacing in front of the first image:

 

Photobucket

Code:

 <ig:WebDataMenu Visible="true" runat="server" ID="menuTopics" Width="200px" EnableScrolling="false"             OnItemSelected="menuTopics_ItemSelected" Height="25px" CssClass="WebMenu">
<AutoPostBackFlags ItemSelected="On" />            
<GroupSettings Orientation="Horizontal" />            
<Items>                
<ig:DataMenuItem ImageUrl="../DesktopModules/TBLCommon/Images/small_refresh.png"  Key="Refresh" ToolTip="Refresh" ImageToolTip="Refresh" CssClass="MenuItems"/>               
<ig:DataMenuItem ImageUrl="../DesktopModules/TBLCommon/Images/edit.png" Key="Edit" ToolTip="Edit" ImageToolTip="Edit" CssClass="MenuItems" />                 <ig:DataMenuItem ImageUrl="../DesktopModules/TBLCommon/Images/print.png" Key="Edit"                     ToolTip="Print Highlights" ImageToolTip="Print" CssClass="MenuItems" />            
</Items>        
</ig:WebDataMenu>  

Parents
No Data
Reply Children