Forum Moderators: not2easy
<head>
<title>home</title>
<style type="text/css">
body, html { font-family:helvetica,arial,sans-serif; font-size:90%; }
div.outer { display: block; margin-left: auto;margin-right: auto;width:970px;height:630px;position:relative;}
</style>
</head>
<body class='claro'>
<div class='outer' style="border:1px solid black;">
<div id="dottedBorderhome">
</div>
<div id="dragIconhome">
</div>
<div class="claro" id="divImage2" style="left: auto; position: absolute; top: 3px;">
<img class="images" id="image2" name="Search-icon2.png" style="height: 50px; width: 58px;"> // row 1
</div>
<div class="claro" id="divlabel43" style="left: 50px; position: absolute; top: 25px;">
// here label comes:: the above image and this label will come in single row... // row 1
</div>
<div class="claro" id="htmlTableDiv9" onmouseup="setDocStyle(this.id)" style="left: auto; position: absolute; top: 70px;">
<table border="0" cellpadding="1" cellspacing="1" class="tableborder" id="htmlTable9" onclick="modifyHtmlTableProperty('htmlTableDiv9','xy',this.id);" style="height:70px; width:150px;">
// table content comes.... row 2
</table>
</div>
<div id="CWPWORKLIST__1" onclick="setWidgetproperty(this.id,'xy','inner__CWPWORKLIST__1')" ondblclick="editDataGridResponseMapping(this.id)" onmouseup="setDocStyle(this.id)" style="left:auto; position:absolute; top:280px; width:1040px;">
<table class="claro" dojotype="dojox.grid.DataGrid" id="inner__CWPWORKLIST__1" rowselector="10px" style="height: 296px; width: 921px;">
// table content comes... row 3
</div>
<div class="claro" id="menuDiv1" onclick="setWidgetproperty(this.id,'x','navMenu1');" onmousedown="setMenuBarProperty('navMenu1');" onmouseup="setDocStyle(this.id)" style="border:1px dotted white; left: auto; position: absolute; top: 580px;">
// here menubar content will come... row 4
</div>
</body>
i want to set everything to my screen without getting scroll bars.. i mean the page for 100% screen.. how much may be the content, it should come without scroll bars... and it should work well in all browsers and also in all screen types
....unless you just use a table.