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
Use margin-left: x%; where x is the half of the width of the element.
margin-left: x%;