Is there a way to center a fixed position div with a specified width of 300px, rather than in percentage?
<div class="mainCont">
<div class="childCont">
</div>
The childCont
div has a fixed position and width of 300px. How can I ensure it is centered on the page?