【问题标题】:Problem with positioning more fixed elements定位更多固定元素的问题
【发布时间】:2011-05-30 15:52:16
【问题描述】:

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

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

谢谢

【问题讨论】:

    标签: css layout positioning css-position


    【解决方案1】:

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

    top: 40px;
    

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

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

    【讨论】:

      猜你喜欢
      • 2014-06-27
      • 2014-09-07
      • 2014-12-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-06-16
      • 1970-01-01
      相关资源
      最近更新 更多