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…
Try this:
.
Update:
Try giving margins to the pagers:
Or you can do like this too: