Centering a div but normal CSS doesn't work
I want to center a div, but the general way is
#selector{position:relative;margin:0px auto;}
What exactly is wrong below
#crp{top:40%; position:absolute; margin:auto;}
The div below is not nested but standalone. #crp is in rightmost order.
<div id="crp">...something goes here....</div>
Thanks Jean
+2
a source to share