I\'m having a problem centering an element that has the attribute position set to absolute. Does anyone know why the images are not centered?
position
absolute
A simple CSS trick, just add:
width: 100%; text-align: center;
This works on both images and text.