Guys,
How can I remove the spacing in front of the first image:
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>
Hello wireplay,
Thank you for posting your solution on the forum.
I hope it will be helful for other users too.
This was being caused by a DNN module adding extra padding on the left. I have it corrected now.