Drupal 7 CSS问题

时间:2013-12-11 16:53:02

标签: css3 drupal drupal-7 drupal-theming

我正在为我的网站设计主题,除了template.css之外,我的文件夹中没有其他CSS文件。

.header-wrap,
.nav-wrap,
.slideshow-wrap,
.body-wrap,
.sub-footer-wrap,
.footer-wrap {float: left; width: 100%; clear: both;}

.header,
.nav,
.slideshow,
.body,
.sub-footer,
.footer { width: 960px; margin: 0 auto;}

.header-wrap { height: 118px; background: url('files/img/background/bg-header.png')
 repeat-x; border-bottom: 1px solid #6A6A6C}
.nav-wrap { height: 38px; background: url('files/img/background/bg-nav.png') repeat-x;
border-top: 1px solid #D9D9DB; border-bottom: 1px solid #B8B8BA}
.body-wrap { background: #F4EDDB url('files/img/background/bg-body.png') repeat-x;}

我不相信这个问题与此有关,但我的网页上必须有其他内容:

enter image description here

红线表示由于某种未知原因而生成的空白。我一直在看这个并且找不到来源。我想知道是否有人之前有这样的问题?或者某个人可能能够指出我正确的方向来解决问题。我也试过多个浏览器并遇到同样的问题。我还确保它不仅仅是一个管理问题。它无论如何都会发生。我目前正在使用谷歌浏览器。

- 编辑 -

这是我的jsfiddle,对于那些问过的人(它仍然会在那里做)这有完整的HTML http://jsfiddle.net/RCMh7/

3 个答案:

答案 0 :(得分:3)

将此添加到您的css。

body { margin: 0px; padding:0px}

或google“reset.css”并将其添加到您的主题中,Eric Meyer就相当受欢迎。

http://www.cssreset.com/

答案 1 :(得分:0)

你应该把margin-top:0和margin-left:0放在这个div上。

你能为我们在jsfiddle上展示吗?或链接页面?

答案 2 :(得分:-1)

使用firebug for firefox工具检查CSS问题。它可能是由于某些背景图像或CSS文件而发生的。对于链接到该主题的所有CSS,也检查该主题的.info文件。

虽然根据我的经验,您可以使用firebug获得CSS的确切来源。

可能是某种背景图像或CSS效果。