This is a migrated thread and some comments may be shown as answers.

RadSlider custom skin issue

1 Answer 59 Views
Slider
This is a migrated thread and some comments may be shown as answers.
rck
Top achievements
Rank 1
rck asked on 08 Jul 2010, 08:25 PM

Hi,

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

Sort by
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.

This an article from our help, that demonstrates how to create a custom skin: Tutorial: Creating RadSlider Custom Skin.

You could also find useful the following help articles:

Controlling Appearance
Understanding the Skin CSS file
CSS Skin File Selectors

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
Tags
Slider
Asked by
rck
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or