i use a parent div with three child divs ,
<div id="parentDiv">
<div id="PagerUp" class="pager">
</div>
<div id="ResultsDiv">
</div>
<div id="PagerDown" class="pager">
</div>
</div>
But what i get is this http://img132.imageshack.us/img132/5923/floatingdivs.jpg
How to float all those divs to center.... Hint:I dint apply any css...