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

RAD Rotator Item Spacing

1 Answer 94 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
Kalidhas Perumal
Top achievements
Rank 1
Kalidhas Perumal asked on 23 Mar 2010, 03:02 PM


Hi ,

      I have an Rad Rotator control on my page.
 
      I had added 8 ASP images to it through item template.

      Like the below code snippet below i had added 8 numbers into my rotator.

     <telerik:RadRotatorItem>
     <ItemTemplate>
     <asp:Image Width="60px" Height="50px" CssClass="RotatorItem" runat="server" ID="Image1" ImageUrl=   
               "~/images/Logo.gif" AlternateText="Customer Image" />
     </ItemTemplate>
     </telerik:RadRotatorItem>


     I want to set spac between each item(images) in the rotator.

      Pls Can anybody give a solution to that issue.

Thank You,
Kalidhas.


1 Answer, 1 is accepted

Sort by
0
Accepted
Pero
Telerik team
answered on 26 Mar 2010, 12:29 PM
Hi Kalidhas,

Instead of setting spacing between the images, you can increase the spacing between the Rotator items with the following CSS code:

<style type="text/css">
    .rrItem
    {
        margin: 0 10px 0 10px;
    }
</style>



Greetings,
Pero
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
Rotator
Asked by
Kalidhas Perumal
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or