Jump to content
  • 0

Футер съехал вправо


Question

Подскажите, пожалуйста, почему футер съехал вправо и находится не внизу страницы.

И слева серое поле как убрать(после кнопки дизайнерам)http://www.mix-mart.ru/Roto-door.html

 

html,body{
  height:100%;
  margin:0;
  padding: 0;
  background:#fff;
}
#body{
height:100%;
height: auto; 
min-height: 100%;
 
}
#container{
height:100%;
  background:#e6e6e6;
  width:1000px;
  min-height:1670px;
  margin: 0 auto;
  padding-bottom:30px;
  }
#footer{  
clear: both;
 position: relative;
 z-index: 10;
  background:#ddd;
  float:right;
  width:1000px;
  height:30px;
  font:12px Verdana, Arial, Sans-Serif, Helvetica;
  text-align: left;
  padding:14px 20px 0 0;
  margin:0 12px 0 0;
  margin-top:-30px;
}
#f1{ 
  float:left;
  padding:0 0 0 20px;
}
 
#content{ 
  width:742px;
  height:220px;
  float:right;
  display:inline;
  font:12px Verdana, Arial, Sans-Serif, Helvetica;
  font-weight:normal;
  font-size:12px;
  line-height:21px;
  text-indent:21px;
  padding:0 24px 0 20px;
  margin:12px 10px 0 12px;
  padding-bottom:30px;
}
 #wrap{
  background:#757575;
  width:180px;
  height:100px;
  float:left; 
  display:inline;
  font:12 Verdana, Arial, Sans-Serif, Helvetica;
  text-align:left;
  padding:24px 0 0 0;
  margin:12px 0 0 12px;
  min-height:100%;
  height:auto!importent;
  height:100%;
}
Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0
 
#footer{  
clear: both;
 position: relative;
 z-index: 10;
  background:#ddd;
  float:left;
  width:1000px;
  height:30px;
  font:12px Verdana, Arial, Sans-Serif, Helvetica;
  text-align: left;
  padding:14px 20px 0 0;
  margin:0 12px 0 0;
  margin-top:-30px;
  margin: 0 auto;
}

Теперь футер съехал влево.

Link to comment
Share on other sites

  • 0

Наконец-то получилось по центру. Только мешает серое поле после слова дизайнерам. Как его убрать?

http://mix-mart.ru/Roto-door.html

Link to comment
Share on other sites

  • 0

Не подскажешь, почему картинка здесь съехала, никак не получается выровнять. margin: 0 auto; Поставила.

http://www.mix-mart.ru/services.html

#lightBox { 
  list-style-type:none;
  text-align:left;
  text-indent:0;
}
#lightBox li {
  float:left; 
  margin:0px 0px 0px 0px;
}
#lightBox img { 
  border:0;    
}
#content3{ 
  width:742px;
  height:570px;
  margin: 0 auto;
  display:inline;
  font:12px Verdana, Arial, Sans-Serif, Helvetica;
  font-weight:normal;
  font-size:12px;
  line-height:21px;
  text-indent:21px;
  padding:0 24px 0 20px;
  margin:12px 0px 0px 0px;
}
.pict-nature3 { 
 margin:0 6px 0 0px;
}
Link to comment
Share on other sites

  • 0

потому, что у вас там какая-то хрень:

<div id="lightBox"><li>...

это уже не верно

и вообще там какая-то шурум бурум все в одном блоке, сетки толком нет, отступ сверху делается отдельным блоком

тут нужно все переделывать, основная проблема у вас видимо в непонимании свойства float, не очень корректно вы его используете на мой взгляд
 

Link to comment
Share on other sites

  • 0

 

потому, что у вас там какая-то хрень:

<div id="lightBox"><li>...

это уже не верно

и вообще там какая-то шурум бурум все в одном блоке, сетки толком нет, отступ сверху делается отдельным блоком

тут нужно все переделывать, основная проблема у вас видимо в непонимании свойства float, не очень корректно вы его используете на мой взгляд

 

 

А для поисковиков важно, чтобы код был чистым?

Link to comment
Share on other sites

  • 0

отчасти, но в данном случае в первую очередь это важно для вас, если у вас объекты съезжают, а вы их не понятными методами пытаетесь выровнять 

"отступ сверху делается отдельным блоком"-это как?

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