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

Formdecorate button position wrong

1 Answer 38 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Ruan
Top achievements
Rank 1
Ruan asked on 10 Sep 2008, 07:04 AM
when i put button in scrollable div,  when i scrool the div , the button do not position correctly

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 10 Sep 2008, 08:14 AM
Hello Ruan,

The problem you have described looks like the infamous Internet Explorer "Guillotine" bug, which they promised to fix, but obviously forgot. In a few words - an absolutely positioned element in a parent with scrollable overflow causes the element to remain fixed, instead of scroll along with the parent.

However, there is a fix. Simply add position: relative to your parent div.

Unfortunately, this is a browaer behavior we cannot control, so the only thing we can suggest is to use the above hack.

Kind regards,
Martin Ivanov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
FormDecorator
Asked by
Ruan
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or