How to horizontally center a fixed positioned element

后端 未结 4 1591
深忆病人
深忆病人 2020-12-11 09:43

I have a layer with an image inside:

and it is fixed positioned:



        
4条回答
  •  轮回少年
    2020-12-11 10:29

    this way not cross browser you must set percent width for layer e.g width:30% and set left:35% and right:35% and position:fixed
    this is better and work on all browser RTL and LTR

提交回复
热议问题