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

Customizing slider tick positions

1 Answer 42 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Abraham Peter
Top achievements
Rank 1
Abraham Peter asked on 17 Feb 2010, 07:39 AM

Hi,

I had created Rad Slider with custom skinning. The problem is, i am not able to position slider tick items directly above the text. At present the text is positioned between two ticks. I am attaching(radslider_01.jpg) the screen shot on my requirement. Please help.

 

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 19 Feb 2010, 01:01 PM
Hi Abraham Peter,
You need to modify the background-position CSS setting that is applied to the LI elements representing the items:

.RadSlider .rslMiddle .rslItem
{
    background-position:center center !important;
}

Kind regards,
Tsvetie
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
Abraham Peter
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or