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

Issues with IE 6 and 7:- All buttons and Images scroll down

1 Answer 42 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ankit
Top achievements
Rank 1
Ankit asked on 08 Aug 2011, 03:41 PM
In IE 6 and 7, all buttons and Images scroll down ie they are moving with the scroll bar and mouse pointer. This works fine in IE 8 and Firefox.
We are using the latest version of telerik i.e v.2011.2.712.40.

What can be the reason for this?

1 Answer, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 09 Aug 2011, 03:12 PM
Hi Ankit,

The problem you have encountered is most probably caused by a known browser related issue, which occurs under IE6/IE7. These browsers incorrectly overlay a relatively positioned element over all other elements on the page, giving it a "fixed" appearance when scrolling inside an overflow box. The solution is to apply position: relative to the parent element, set with CSS rule overflow: auto.

Please check the following article, which contains more useful information on the problem at hand: http://www.telerik.com/help/aspnet-ajax/radbutton-known-issues-ie6-ie7.html.

I hope that you will successfully implement the suggested solution.

Greetings,
Slav
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
General Discussions
Asked by
Ankit
Top achievements
Rank 1
Answers by
Slav
Telerik team
Share this question
or