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

Questions about teh new slider demo

6 Answers 78 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Brent
Top achievements
Rank 1
Brent asked on 17 Mar 2009, 05:42 AM
I have cut and pasted the new slider demo into my website to learn more about how to build a similar example (http://demos.telerik.com/aspnet-ajax/slider/examples/slideshow/defaultvb.aspx

But, I am having a couple of problems.

First, the text for the items is very (too) close to the slider bar. I want to aplly a bit of padding (or margin) but the css doesn't work. In the css style given for the example, there is this: 

 /* Customize slider items look */ 
        
       .RadSlider .rslItemsWrapper .rslItem span 
       { 
           line-height52px !important; 
           color#fff !important; 
           
       } 
       .RadSlider .rslItemsWrapper .rslItemSelected span 
       { 
           color#fff


...but I can't get it to work. If I apply css style "rslItem" to an item, it has no effect.

Second problem, I can't get the navigation to show. I can click the buttons, but they are not showwing if you know what I mean.

Third (not problem, just curious),

How did you get the rounded corners on the Slides and slideshowviewer DIVs? 

Best,

Brent

6 Answers, 1 is accepted

Sort by
0
oVan
Top achievements
Rank 2
answered on 18 Mar 2009, 10:23 AM
Just set the height property for the RadSlider and there will be padding between your text and the slider.
0
Brent
Top achievements
Rank 1
answered on 18 Mar 2009, 10:41 AM
Nope. That doesn't work.
0
oVan
Top achievements
Rank 2
answered on 18 Mar 2009, 10:46 AM
Are you using the Q1 2009 version?
0
Brent
Top achievements
Rank 1
answered on 18 Mar 2009, 10:53 AM
Q3 2008 version. 
0
Accepted
oVan
Top achievements
Rank 2
answered on 18 Mar 2009, 11:04 AM
I believe this was solved in the Q1 2009 version, although I can't find it right now in the release notes.
0
Brent
Top achievements
Rank 1
answered on 18 Mar 2009, 11:44 AM
Thank you.
Tags
Slider
Asked by
Brent
Top achievements
Rank 1
Answers by
oVan
Top achievements
Rank 2
Brent
Top achievements
Rank 1
Share this question
or