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

Left/Right Button on RadRotator

1 Answer 79 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
Jaime
Top achievements
Rank 1
Jaime asked on 06 Feb 2013, 05:40 PM
I'm trying to use custom images for the left/right buttons on my implementation of the RadRotator. The problem I'm running into is that when I add the images they appear above and below the rotator instead of to the left and right like the default images do. Does anyone have any ideas as to how I can use custom image while still using custom api calls to make sure scrolling is limited to just one item at a time?

Thanks,

Jaime

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 07 Feb 2013, 05:13 AM
Hi Jaime

I am not quite sure about your scenario.I think the issue is because of one of the two scenarios
1)The image that you have attached might not be of the same way Telerik uses for its controls
I am attaching a sample image of Telerik Defult Skin RotatorImage

2)Another reason might be because of the image background-position
Try the following css to change your backgound position of the image
CSS:
<style type="text/css">
.RadRotator .rrButton.rrButtonRight (if for left then .rrButtonleft)
{
 background-position: 0 -20px;
}
</style>

Thanks
Princy
Tags
Rotator
Asked by
Jaime
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or