문제

I am so confused for setting the width and height of DIV and FIELDSET inside A RadWindow. When I browse my radwindow in firefox with this code:

setTimeout(function() { GetRadWindow().autoSize(true) }, 500); 

every thing is ok in IE 8 - but in Firefox I have scrolls bars.

How can I remove them?

My width and height of div and fieldset are like :

<style type="text/css"> 
html, body, form 
{ 
    padding: 0; 
    margin: 0; 
    height: 100%; 
    background-color: #f2f2de; 
} 
fieldset 
{ 
    height: 581px; 
} 
* + html fieldset 
{ 
    height: 585px; 
    width: 840px; 
} 

<div style="width: 850px; height: 600px;"> 

How can I fix this problem ?

도움이 되었습니까?

해결책 2

i asked about this issue from telerik team and they told me in new versions this problem is solved.plz look at my Question Date And This Answer Date...
i think this problem has been solved in newer versions / however this problem has nothing to do with Doctype...

다른 팁

Make sure that you are using XHTML - compliant Doctype in your content page - this should help.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top