9
在绝对位置的Div上居中对齐
div#thing { position: absolute; top: 0px; z-index: 2; margin: 0 auto; } <div id="thing"> <p>text text text with no fixed size, variable font</p> </div> div位于顶部,但是我不能将其以<center>or 居中margin: 0 auto。