I have added image with the text of Group by following code
group.ImageUrl = "~/images/0" + ModuleRow["MODULE_CODE"].ToString() + ".png";
The image is not aligned with the text,even i saw sample of Web Explorer Bar on Infragistics,the image there is also not aligned with text
https://infragistics.com/samples/aspnet/explorer-bar/outlook-2007
I am attaching two screenshots,first is of my Web Explorer Bar that does not have aligned image and second is of another menu that is not an infragistics control,i need alignment as in second screenshot
Hello Zeshan,
After investigating this further, I determined that the image could be aligned to the text by changing the padding-top property as follows:
.igeb_Office2007BlueItemImage
{
padding-top:3px !important;
padding-right:5px;
padding-left:0px;
vertical-align:middle;
}
Please let me know if you need any further information regarding this matter.
Regards,
Monika Kirkova,
Infragistics
Thanks for your Support