Chrome自动添加身体元素的高度

时间:2012-07-11 19:08:52

标签: html css ruby google-chrome twitter-bootstrap

Chrome会在我网站上的所有网页上为我的元素添加一个高度。它在Firefox中没有这样做。无论页面的高度如何,它总是向body元素添加高度:958px。这就是Chrome浏览器读取它的方式:

<body class="other" style="height: 958px">

但是,在Firefox中,它不会将高度附加到正文,它只是显示:

<body class="other">

我的CSS如下:

body {
  padding-top: 60px;
}

body.other {
  background-image: url( "/assets/bg_grey_noise_more.png" );
}

我正在使用Twitter Bootstrap作为我的UI框架。

1 个答案:

答案 0 :(得分:0)

看起来它正被hideAddressBar()函数添加。