Jump to content
  • 0

Отступ от низа экрана. Помогите найти.


stardg
 Share

Question

Помогите пожалуйста разобраться с такой проблемой.

Есть сайт:http://prospect.gorodgid.ru/

У него внизу зеленая полоска (это я специально бакграунд у body зеленым сделал).

Как убрать это расстояние?

Раньше такая же ерунда была и сверху сайта, но там символ лишний невидимый из за UTF BOM стоит - решилось абсолютным позиционированием основного дива #wrapper. А вот что делать с низом? Может ли это быть из за BOM? Никак не могу его выловить... может smarty его подставляет...

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

У меня похожая проблема. Появился совершенно необъяснимый отступ в header.php. Браузер (Goodle Chrome) в DeveloperTools (это такой аналог firebug) отображает этот отступ как кавычки, хотя в коде ничего нет:

thumb-1ACB_4EA47F1D.jpg

Header.php

<?php?>
<html>
<head>
<title>Строймир Моторс</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="style.css" rel="stylesheet" type="text/css">
<style type="text/css">
a:link {
text-decoration: none;
color: #FFF;
}
a:visited {
text-decoration: none;
color: #FFF;
}
a:hover {
text-decoration: none;
color: #db2f28;
}
a:active {
text-decoration: none;
color: #FFF;
border-right-style: solid;
border-top-color: #FFF;
border-right-color: #FFF;
border-bottom-color: #FFF;
border-left-color: #FFF;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-left-style: solid;
font-weight: inherit;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
</style>
</head>
<body bgcolor="#dbdbdb">
<table class="fix" width="1000" border="0" align="center" cellpadding="0" cellspacing="0" margin="0" vspace="0">
<td width="7" rowspan="2" style="background-repeat: repeat-y; background-image: url(IMAGES/HLShad.png);"> </td>
<td height="115" colspan="7" class="Header"><img src="IMAGES/Logo.png" alt="Строймир МОТОРС" hspace="40" vspace="10" align="left"><img src="IMAGES/avto.png" align="right"> </td>
<td width="7" rowspan="2" style="background-repeat: repeat-y; background-image: url(IMAGES/HRShad.png);"> </td>
<tr class="button">
<td height="20" class="button"><a href=index.php>Главная</a></td>
<td height="20" class="button"><a href=Dia.php>Диагностика</a></td>
<td height="20" class="button"><a href=RS.php>Развал-схождение</a></td>
<td height="20" class="button"><a href=ZM.php>Замена масла</a></td>
<td height="20" class="button"><a href=SM.php>Шиномонтаж</a></td>
<td height="20" class="button"><a href=STO.php>СТО</a></td>
<td height="20" width="400"> </td>
</tr>
</table>

<!-- end header -->

style.css

.button {
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
font-weight: normal;
color: #FFF;
text-align: center;
vertical-align: middle;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 0px;
padding-left: 5px;
clear: none;
float: none;
background-image: url(IMAGES/ButtonBG.png);
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: solid;
border-bottom-style: none;
border-left-style: none;
border-top-color: #3838B4;
border-right-color: #3838B4;
border-bottom-color: #3838B4;
border-left-color: #3838B4;
}
.fix {
padding: 0px;
margin-top: -20px;
margin-bottom: 0px;
overflow: hidden;
display: table-footer-group;
}
.Header {
background-image: url(IMAGES/HeaderBG.png);
background-repeat: repeat-x;
text-align: left;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.text {
text-align: left;
margin-left: 10px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: #323A45;
}
p {
padding-top: 10px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
margin: 0px;
}
.image {
background-color: #666;
background-position: center center;
text-align: center;
height: 300px;
margin: 0px;
padding: 0px;
}

стиль .fix создавал дабы убрать этот отступ. Помогло margin-top: -20px; но хотелось бы знать из-за чего это, и как это правильно убрать. Уже не в первый раз такое...

P.S. Ссылку на сайт увы дать пока не могу, т.к. он пока что на виртуальном сервере Denver

Edited by Vartigont
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy