在窗口调整大小时,使垂直居中的div标签粘在顶部?

时间:2013-09-08 08:15:38

标签: html overflow

我正在建立这个投资组合网站,它需要垂直居中。唯一的问题是,当窗口垂直向下调整大小超过某一点时,菜单栏被切断。如何在触及观看区域的天花板时让网站坚持下去?

http://home.comcast.net/~swiftmail/aspect/index.html

1 个答案:

答案 0 :(得分:0)

您需要使用JavaScript动态添加“stick”类。

#vertical_center .stick {
  top: 0;
  height: auto;
  margin-top: 0;
}

您可以查看JS解决方法来执行此操作: Get the size of the screen, current web page and browser window