Hello,
I am having a problem with the Web20 skin: In the dropdown buttons of a RadToolbarDropDown the images appear too far to the right, so that they are only partly visible. Please see my HTML below:
With the Office skin everything is perfectly right...
I am having a problem with the Web20 skin: In the dropdown buttons of a RadToolbarDropDown the images appear too far to the right, so that they are only partly visible. Please see my HTML below:
| <telerik:RadToolBarDropDown Text="XXX"> | |
| <Buttons> | |
| <telerik:RadToolBarButton Enabled="false" Value="Verification" ImageUrl="../Styles/Images/spo.gif" | |
| Text="<%$Resources:TextResources, ID_1%>"> | |
| </telerik:RadToolBarButton> | |
| <telerik:RadToolBarButton Value="Accounted" ImageUrl="../Styles/Images/spo.gif" | |
| Text="<%$Resources:TextResources, ID_2%>"> | |
| </telerik:RadToolBarButton> | |
| <telerik:RadToolBarButton Value="PaymentReleased" ImageUrl="../Styles/Images/spo.gif" | |
| Text="<%$Resources:TextResources, ID_3%>"> | |
| </telerik:RadToolBarButton> | |
| </Buttons> | |
| </telerik:RadToolBarDropDown> | |
With the Office skin everything is perfectly right...
