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

Slider styling

1 Answer 45 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Edward Sudit
Top achievements
Rank 1
Edward Sudit asked on 03 Feb 2011, 09:03 PM
I am having some trouble getting the styling to work on my RadSlider.  Below is the code that I am using, which shows up great at design time, but at runtime, the slider looks very basic and plain.  What can be wrong?

        <telerik:RadSlider ID="rsActivityLevel" runat="server" ItemType="item"
                           Height="50px" AnimationDuration="400" CssClass="ItemsSlider"
                           ShowIncreaseHandle="false" ShowDecreaseHandle="false"
                           ThumbsInteractionMode="Free" >
                           <Items>
                               <telerik:RadSliderItem Text="1-3 Months" Value="1" Font-Bold="true" BackColor="Red" Font-Overline="true" ForeColor="White"/>
                               <telerik:RadSliderItem Text="3-6 Months" Value="2" Font-Bold="true" BackColor="Purple" Font-Overline="true" ForeColor="White"/>
                               <telerik:RadSliderItem Text="6-12 Months" Value="3" Font-Bold="true" BackColor="Aqua" Font-Overline="true" ForeColor="White"/>
                               <telerik:RadSliderItem Text=">12 Months" Value="4" Font-Bold="true" BackColor="Blue" Font-Overline="true" ForeColor="White"/>
                           </Items>
                        </telerik:RadSlider>

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 04 Feb 2011, 11:58 AM
Hello Edward Sudit,
In case you can only reproduce the problem in IE and in FF, Opera, Safari, etc., your page looks correct, then you have most probably hit one of the two Internet Explorer CSS limits. You can read more about the problem and the possible solutions in the following blogpost: http://blogs.telerik.com/kamenbundev/posts/10-05-03/internet_explorer_css_limits.aspx.

In case this tip does not help you, please open a new support ticket and send me a running test project, that demonstrates the problem.

Regards,
Tsvetie
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Slider
Asked by
Edward Sudit
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or