I am trying to center an inline div in its parent. The parent element also has a child div that floats to the right. Because of the right aligned
div
set the right div css
position:absolute; right:0;
relative to the parent div
#parent { position:relative; }