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
130
Web Explorer Bar Image alignment with group text
posted

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

          

Parents
  • 1300
    Verified Answer
    Offline posted

    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

Reply Children
No Data