Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Rotator > Dot Appears between images in rad rotator
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Answered Dot Appears between images in rad rotator

Feed from this thread
  • Kalidhas Perumal avatar

    Posted on Mar 25, 2010 (permalink)



    Hi,

         I have an rad rotator on my page. which have 8 images on item template.
      
        The Dot appears only in Mozilla and Chrome in IE its not present. How can i remove it in Mozila and chrome?

         I had set the following properties in the rotator.
                     Width="100%"
                     Height="70px"
                     ItemHeight="80px"
                     ItemWidth="120px"
                     ScrollDuration="500"
                     RotatorType="AutomaticAdvance"


        and in the rotator items had don like the following

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


         But a Square Dot appears between the images in the rotator.   

         Anybody pls Help me for removing that dot.

       Regards..
       Kalidhas

  • Answer Pero Pero admin's avatar

    Posted on Mar 30, 2010 (permalink)

    Hi Kalidhas,

    I created a sample project based on your description, but didn't experience any problems. Please test the project it is attached to the thread.

    I believe the problem is caused by some CSS code, so please send the full CSS code that you are applying to the page.

    All the best,
    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.
    Attached files

  • Kalidhas Perumal avatar

    Posted on Mar 31, 2010 (permalink)



    Hi,  Pero ,
                 
                      Thank You for you reply. 
                   
                       The problem was with the css. 

                        Now its working Fine.
    Thank You,
    Kalidhas.


             

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Rotator > Dot Appears between images in rad rotator