We created a custom skin for RadSlider, but it is not working. We are using sitefinity v.3.7 . We followed the istructions in the documentations. Do you have an example project or demonstation for how to implement a custom skin for RadSlider.
Thanks in advance..
1 Answer, 1 is accepted
0
Bozhidar
Telerik team
answered on 09 Jul 2010, 11:16 AM
Hi Recep,
Each of the controls included in the RadControls for ASP.NET AJAX suite is styled with two CSS files that are loaded in a certain order. The first one - ControlName.css (also called base stylesheet), contains CSS properties and values that are common for all skins, i.e it is layout-specific, not skin-specific. These are CSS float, padding, margin, font-size, font-family, etc. In the general case, when creating a custom skin for a control this file should not be edited, unless the custom skin needs different sizes, padding or margins.
The second file represents the actual skin of the control, and its name consists of the control name plus the skin name, i.e - RadSlider.Default.css. Upon creating a custom skin for the control, one should edit that particular file, as it contains skin-specific CSS properties, and references to images, colors, borders and backgrounds.
If you have any troubles to customize your own skin, please send us a working project with custom sprite images and CSS file included, and will help you with implementing the customization.
Kind regards,
Bojo
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items