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

Navigation buttons missing when default CCS edited

1 Answer 43 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 2
Jason asked on 05 Feb 2009, 08:50 PM
Guys,

I am working with the eval version of the rotator and having found out how to remove the border I appear to be forced to add the default ccs to my project and set the control to not use embeeded skins (see code sample below).  However, having made these couple of changes the navigation buttons that used to be visible have been removed from the rendered HTML page in IE7.

<telerik:RadRotator ID="RadRotator1" runat="server" BorderStyle="None"   
        BorderColor="White" BorderWidth="0" DataSourceID="odsCustomerImages"   
        Height="80px" Width="855px" ItemWidth="90px" ItemHeight="90px"   
        RotatorType="ButtonsOver" onitemclick="RadRotator1_ItemClick" FrameDuration="1"   
        ScrollDirection="Left,Right" EnableEmbeddedSkins="False" > 
        <ItemTemplate> 
            <asp:ImageButton ID="imgGallery" runat="server"   
            Height="80px"   
            Width="80px"   
            ImageUrl='<%# Eval("imageName", "~/user/images/DS THUMB {0}") %>' 
            AlternateText='<%# Eval("imageID") %>' /> 
        </ItemTemplate> 
    </telerik:RadRotator> 

Does anyone have any thoughts as to what the issue might be.  I have added the the rotate folder to the project (I have done the same with the menu control and all seeems to be behaving as expected).

Many thanks,

Jason.

1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 06 Feb 2009, 02:47 PM
Hello Jason,

We are not quite sure what changes in the skin file you did and what is causing the problem. That is why, please open a new support ticket and send us your custom skin file and once we have a better view over the changes with it, we will do our best to provide a solution.

All the best,
Fiko
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Rotator
Asked by
Jason
Top achievements
Rank 2
Answers by
Fiko
Telerik team
Share this question
or