Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 CSS3 菜单,但我似乎无法ul使用position:absolute.
ul
position:absolute
我试图让导航元素位于屏幕的左上角。
我已使用以下代码来实现这一点,但对元素位置的更改没有生效。
position: absolute; top: 0; left: 0;
代码笔链接
奇怪的是,即使您没有任何语法错误,重新键入属性/值也可以使其正常工作
http://codepen.io/anon/pen/ICzqx