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
probably the shortest
position:absolute; left:0;right:0;top:0;bottom:0; margin:0 auto;