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

scrollbars appearing only in IE

1 Answer 41 Views
Window
This is a migrated thread and some comments may be shown as answers.
bo
Top achievements
Rank 1
bo asked on 05 Mar 2009, 07:10 PM
no matter how small the content is in the radwindow there are always scrollbars when viewing it in IE...

so i used the IE developer toolbar to try and figure out what is happening...apparently within the radwindow there is an iframe...when i set the overflow:hidden in the HTML in the iframe the scrollbars go away...

so i know what element to change by using the IE developer toolbar but how can i do it in the app...

the picture link will demonstrate what is happening...
Picture

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 06 Mar 2009, 09:02 AM
Hi bo,

Yes, RadWindow is based on an IFRAME and behaves just like one. The scrollbars that you see are not controlled by RadWindow in any way - they come from the IFRAME itself. You can avoid the scrollbars in your content page, by setting the overflow:hidden style to your content page's body element.


Sincerely yours,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Window
Asked by
bo
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or