Hi,
Image Attached.
Below mentioned code working fine with IE8 or above but with IE7 it throwing an alignment issues. OutPut attached in image format.
<telerik:RadToolBar id="RadToolBar1" runat="server" EnableRoundedCorners="true" EnableShadows="true">
<Items>
<telerik:RadToolBarButton Text="Button" />
<telerik:RadToolBarButton IsSeparator="true" />
<telerik:RadToolBarButton Text="Toggle button" CheckOnClick="true" Checked="true" AllowSelfUncheck="true" />
<telerik:RadToolBarButton IsSeparator="true" />
<telerik:RadToolBarButton Text="Button" />
</Items>
</telerik:RadToolBar>
Pls do the needful.
Image Attached.
Below mentioned code working fine with IE8 or above but with IE7 it throwing an alignment issues. OutPut attached in image format.
<telerik:RadToolBar id="RadToolBar1" runat="server" EnableRoundedCorners="true" EnableShadows="true">
<Items>
<telerik:RadToolBarButton Text="Button" />
<telerik:RadToolBarButton IsSeparator="true" />
<telerik:RadToolBarButton Text="Toggle button" CheckOnClick="true" Checked="true" AllowSelfUncheck="true" />
<telerik:RadToolBarButton IsSeparator="true" />
<telerik:RadToolBarButton Text="Button" />
</Items>
</telerik:RadToolBar>
Pls do the needful.