hi my dear friends :
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 thins is ok in ie 8 - but in firefox i have scrolls bars !
how can i remove them?
my with 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 ?