English 中文(简体)
在我页面的底侧和右侧的空格
原标题:Space at the bottom and right side of my page

这是页面 : < a href=> "http://propertystest.uphero.com" rel=“ no follow” >propertystest.uphero.com

我将问题缩小到6个蓝色盒子(前3个盒子在Div所谓的报价之下,下面3个盒子在Div所谓的属性之下 ) 。 如果我把它们拿出来,空间会变小,但是我真的想把它们留在里面,所以我需要有人帮我解决它,这样我就可以保存盒子,在脚脚下没有空间。

我认为我的问题在于他们与亲戚的关系(所有Divs都与相对的关系,

我试过了:

  • 将 2 divs 和 绝对定位对齐, 这可以把 底部/ 右侧的空间清除掉, 但是如果我缩小浏览器, 盒子就会失去位置 。

  • 删除所有定位并将其漂移到左边/右边 - 去除下方/右侧的空间, 但不进入我想的位置( 我不认为您可以将浮点与上/ 下方/ 左/ 右/ 右或边距定位? )

问题回答

如何整理您目前的位置:相对的 6个框 。

http://jsfiddle.net/F9Q6T/

基本前提是,你将箱子漂浮在集装箱内,然后清除它们,使容器的尺寸正确。

在页面底部的问题上,您需要从脚脚中删除底部: 290px; 这似乎是造成问题的原因

我认为主要问题是 < code> body 背景图像 。 您使用了 1300px * 1000px 大小 的图像 。 您必须使用 1px 宽度的 < code> 图像, 并重复属性 。 。 底部的白色空格来自 < code> bottom 命令属性和属性 div 。

谢谢





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签