I am using v2011.3.527.35 and I am having a rendering issue with the RadToolBar in IE8. Please see attachment (RadToolBar2001.jpg). There seems to be some overlapping or incorrect offset. There is a default skin to use the "Default" theme. The OnLoad function only set the visibility. I am using the previous versions images, I believe. Suggestions?
Thanks,
Rob
<telerik:RadToolBar ID="RadToolBar1" runat="server" EnableRoundedCorners="true" Style="float: right;" OnButtonClick="MainToolbar_ButtonClick" OnClientButtonClicking="OnClientButtonClicking"> <Items> <telerik:RadToolBarButton CommandName="Back" Text="Back" ImageUrl="~/Images/BackButton.gif" /> <telerik:RadToolBarButton CommandName="Export" OnLoad="InquiryOrMaintenanceControl_Load" Text="Export" ImageUrl="~/Images/Export.gif" /> <telerik:RadToolBarButton CommandName="Reset" OnLoad="InquiryOrMaintenanceControl_Load" Text="Reset" ImageUrl="~/Images/Reset.gif" /> <telerik:RadToolBarButton CommandName="DeleteAll" OnLoad="DeleteAllButton_Load" Text="Delete All" ImageUrl="~/Images/Delete.gif" DisabledImageUrl="~/Images/Delete_d.gif" /> <telerik:RadToolBarButton CommandName="Retrieve" OnLoad="InquiryOrMaintenanceControl_Load" Text="Retrieve" ImageUrl="~/Images/Retrieve1.gif" /> <telerik:RadToolBarButton CommandName="Import" OnLoad="MaintenanceOnlyControl_Load" Text="Upload" ImageUrl="~/Images/uploadIcon.gif" /> </Items> </telerik:RadToolBar>Thanks,
Rob