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

Right and Left SlideShowButtons both on left?

1 Answer 64 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
Tom
Top achievements
Rank 1
Tom asked on 30 Mar 2011, 06:21 PM
I recently installed the update to 2011.1.315.40, and now find that RadRotator left and right buttons both show up on the left side of the RadRotator (see attached jpg). Before the update, in this project, the buttons were on the left and right sides as expected.

Has anyone else encountered this? Any ideas? Aspx for one of the pages follows:

<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
    <div class="textcontent">
        <h1>Exterior Pictures</h1>
        <div>
            <telerik:RadRotator ID="RadRotator1" runat="server" Height="363px"
                Style="margin-left: 60px" 
                ItemHeight="363px" ItemWidth="550px" RotatorType="SlideShowButtons" 
               Width="590px" Skin="Default">
                <SlideShowAnimation Duration="3000" Type="Fade" />
                <ItemTemplate>
                <asp:Image ID="Image1" runat="server" 
                        ImageUrl='<%# DataBinder.Eval(Container.DataItem, "ImageUrl") %>'/>
            </ItemTemplate>
            </telerik:RadRotator>
        </div>
    </div>
</asp:Content>

1 Answer, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 31 Mar 2011, 08:49 AM
Hi Tom,

I am not able to reproduce the issue on our side. Could you provide me with the definition the .textcontent css class? Also it will be great if you can give me a live URL, where I can actually see the problem and inspect it with a debugging tool such as FireBug or IE developers toolbar. You can open an official support ticket where you can give me the URL and be sure that it will not be given for a public view.

In addition you can send me the HTML source of your page. However I will need all the css styling as well.

Greetings,
Stanimir
the Telerik team
Tags
Rotator
Asked by
Tom
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Share this question
or