TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
What CSS Needs: Granular Positioning
4 点
作者
hackernews
超过 12 年前
2 条评论
protonfish
超过 12 年前
You can center fixed positioned elements in CSS already like so:<p><pre><code> #mydiv { position: fixed; left: 50%; margin-left: (pixel offset relative from center of page) }</code></pre>
beghbali
超过 12 年前
I'd also like to see commonly JSed scenarios supported in CSS like toggles, slides, solid positioning