How to center a “position: absolute” element

后端 未结 26 3252
-上瘾入骨i
-上瘾入骨i 2020-11-21 05:35

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?

<
26条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-21 06:05

    If you don't know the width of the element you can use this code:

    
    
    I am some centered shrink-to-fit content!
    tum te tum

    Demo at fiddle: http://jsfiddle.net/wrh7a21r/

    Source: https://stackoverflow.com/a/1777282/1136132

提交回复
热议问题