CSS position:fixed inside a positioned element

后端 未结 8 1195
庸人自扰
庸人自扰 2020-12-13 08:15

I have a positioned div whose content can be too long so scrollbars appear (overflow:auto set). It functions as a dialog box in an ajax app. I want to fix a clo

8条回答
  •  既然无缘
    2020-12-13 08:37

    Seems, css transforms can be used

    "‘transform’ property establishes a new local coordinate system at the element",

    but ... this is not cross-browser, seems only Opera works correctly

提交回复
热议问题