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
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.