Hi,
I've recently come across what I believe are called font icons.
I've had some success using these icons by specifying SpriteCssClass on my RadToolBarButton's.
However, as soon as I specify a Skin for the toolbar, the icons do not render.
See the attached screenshots of the toolbar with and without a skin specified.
Here's my toolbar declaration (only the first 2 buttons included):
Any suggestions as to how to make this work.
Thanks in advance.
Jim
I've recently come across what I believe are called font icons.
I've had some success using these icons by specifying SpriteCssClass on my RadToolBarButton's.
However, as soon as I specify a Skin for the toolbar, the icons do not render.
See the attached screenshots of the toolbar with and without a skin specified.
Here's my toolbar declaration (only the first 2 buttons included):
<telerik:RadToolBar ID="RadToolBar1" runat="server" RenderMode="Lightweight" Skin="Office2007" Orientation="Horizontal" EnableImageSprites="True" EnableEmbeddedSkins="True" EnableRoundedCorners="true"> <CollapseAnimation Duration="200" Type="OutQuint" /> <Items> <telerik:RadToolBarButton runat="server" Tooltip="Zoom In" SpriteCssClass="icon-TBi__Zoomin toolBarIconStyle"> </telerik:RadToolBarButton> <telerik:RadToolBarButton runat="server" Tooltip="Zoom Out" SpriteCssClass="icon-TBi__Zoomout toolBarIconStyle"> </telerik:RadToolBarButton> </Items></telerik:RadToolBar>Any suggestions as to how to make this work.
Thanks in advance.
Jim