0

我正在开发某种网站构建器项目,我可以将页面置于编辑模式。然后内容向下移动 50px 并显示“编辑栏”。听起来很容易但是

  • 背景没有向下移动(用 background-position-y: 550px 固定);
  • 绝对位置错误

这就是为什么我越来越害怕将网站向下移动 50px 会破坏整个布局。这真的会发生还是我只是反应过度?

将页面放入iFrame可能会更好,但是我遇到了跨框架通信的问题......

BR

4

2 回答 2

1

将背景和除编辑栏之外的所有内容放在容器 div 中然后移动该 div 怎么样?

于 2012-07-24T07:36:01.537 回答
0

I'm not sure these will help, but just try to gather more ideas for you:

  • you can use the method Ken mentioned.
  • preserve the 50px space on top, and hide the editbar, when it is in edit mode, show the edit bar,
  • place the edit bar on the bottom.
于 2012-07-24T07:57:34.100 回答