定位更多固定元素的问题

时间:2011-05-30 07:49:48

标签: css layout positioning css-position

我正在尝试正确定位更多固定元素here,但似乎我不太了解如何组合left, right, top, bottom, width, height来显示我想要的元素。

请你看看它并告诉我我做错了什么?

谢谢

1 个答案:

答案 0 :(得分:1)

你应该为左边的id声明top,因为它与标题重叠,这就是为什么你看不到左边的div。

top: 40px;

http://jsfiddle.net/Chumillas/7RnsJ/11/

更多信息: http://www.w3schools.com/css/css_positioning.asp