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-height: 52px !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