身体下方的空白区域和divs的怪异位置 [英] empty space below body and weird placement of divs

查看:20
本文介绍了身体下方的空白区域和divs的怪异位置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为一个朋友网站制作一个网页.您可以在这里找到它:

I'm making a webpage for a friends site. you can find it here :

http://labrostest.byethost8.com/

我的问题如下:

  1. 在我的身体div下,我得到一个巨大的白色空白空间,而且部门名称lower_body在没有明显原因的情况下也变大了(至少对于我的眼睛而言:P)

  1. I get a huge white empty space bellow my body div and also the division name lower_body is way to big with no apparent reason (at least for my eyes :P)

在使用chrome时,下一页的图库部分放置不正确-意味着仅在youtube视频下面显示了日期(在firefox显示器上我没有同样的问题).

When using chrome the gallery section in the lower page is not positioned correctly- meaning just bellow the youtube video and show dates (I don't have the same problem on the firefox display).

有人可以伸出援手吗?

您需要我发布我的CSS和HTML代码吗?

do you need me to post my css and html code ?

推荐答案

在样式表中,有一个名为Lower_content的分隔符.请找到该类,然后用该块替换您的块.由于此处使用了不必要的底部空间,因此出现了空白.

In you stylesheet there is a seloctor called lower_content. Please find this class and replace your block with this block. A blank space is coming because of unnecessary bottom space used which is used here.

.lower_content {
width: 800px;
margin-left: auto;
margin-right: auto;
position: relative;
bottom: 80px;
right: 30px;
z-index: 2;
}

这篇关于身体下方的空白区域和divs的怪异位置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆