I\'m working with a div that\'s only holding text. It\'s using absolute positioning to center itself on top of an image div that is using relative positioning . I can center the
Try this one. Make the code as
div { text-align:center; line-height:100%; }