全宽度问题

时间:2012-07-31 16:26:08

标签: jquery html css

enter image description here由于某种原因,我网站上的图片已经停止了全宽。

从我所看到的一切都设置为100%宽度。

http://cargocollective.com/btatest

我有没有人在某处?

2 个答案:

答案 0 :(得分:1)

变化:

margin-left: -50%;
margin-right: -50%;

为:

margin-left: -100%;
margin-right: -100%;

之前:

  

enter image description here

后:

  

enter image description here

答案 1 :(得分:1)

我认为您需要更改一些html代码。

尝试通过这样做来避免负边距:

width: 100%;设置为id="content_container"id="maincontainer"class="entry"。设置您想要的任何宽度class="project_content"(推荐 - 小于1000px)。然后从class="social"中删除class="project_content"(包含背景)。 Set width: 100% in class="social"

有很多变化,所以我无法描述这一切。我已经改变了你的js,以及一些css和html。你会看见。这是你的代码,只需从这里复制并测试它。这里不是很好的预览,但在编辑器中复制代码。现在看起来很好。 http://jsfiddle.net/BsJsk/