Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Rotator > RadRotator does not scroll vertically when viewed in IE6/IE7

Not answered RadRotator does not scroll vertically when viewed in IE6/IE7

Feed from this thread
  • Posted on Jul 22, 2010 (permalink)

    Hello,

    We recently discovered a problem with RadRotator's vertical scrolling in IE6/IE7. The problem has been fixed in the latest internal build that you can download from "Your account" section. As an immediate workaround, you can use the following fix:

    <head runat="server">
        <title></title>
        <style type="text/css">
            html* .FixRotatorHeight .rrVerticalList
            {
                width: 100px;
            }
        </style>
    </head>
    <body>
        <form id="form1" runat="server">
        <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
        </telerik:RadScriptManager>
        <telerik:RadRotator ID="RadRotator1" runat="server" CssClass="FixRotatorHeight" ScrollDirection="Up"
            Width="100px" Height="200px" ItemHeight="100" ItemWidth="100" RotatorType="AutomaticAdvance"

    Note the CSS class, assigned to the RadRotator control. The width property in the body of the CSS selector matches the width of the RadRotator. If you are using buttons for manual horizontal scrolling, decrease the width in the CSS selector by 20 pixels for each button.

    Regards,
    the Telerik team

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Rotator > RadRotator does not scroll vertically when viewed in IE6/IE7
Related resources for "RadRotator does not scroll vertically when viewed in IE6/IE7"

[  ASP.NET Rotator Features  |  Documentation  |  Demos |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]