Jump to content
  • 0

Вертикальная полоса прокрутки


param
 Share

Question

Здравствуйте.

Есть стандартный макет:

* {
margin: 0;
padding: 0;
}
html {
height: 100%;
}
body {
font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
width: 100%;
height: 100%;
}
#wrapper {
width: 1000px;
margin: 0 auto;
min-height: 100%;
height: auto !important;
height: 100%;
}
/* Middle
—————————————————————————--*/
#middle {
width: 100%;
padding: 0 0 50px;
height: 1%;
position: relative;
}
#middle:after {
content: '.';
display: block;
clear: both;
visibility: hidden;
height: 0;
}
#container {
width: 100%;
float: left;
overflow: hidden;
}
#content {
padding: 0 270px 0 220px;
}

/* Footer
—————————————————————————--*/
#footer {
width: 1000px;
margin: -50px auto 0;
height: 50px;
background: #BFF08E;
position: relative;
}

Проблема в том, что возникает вертикальная полоса прокрутки. Отступы все обнулены, футер вроде как тоже заведён как надо...

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

О, я снова себя почувствовал полным чайником, т.к. не знаю, допустима ли такая запись:

padding: 0 0 50px;

Мне кажется, что решение крыться где-то здесь:

min-height: 100%;
height: auto !important;

в сочетании с прижатым к низу футером.

Link to comment
Share on other sites

  • 0

/telepathy mode on

Проблема именно в верстке.

Уберите часть текста из футера.

/telepathy mode off

Но если быть точнее, то проблема в том, что текст выше футера. Он вылезает снизу футера и создает полосу прокрутки. Поэтому футеру надо поставить "overflow: hidden".

Но без html-кода этого нельзя было узнать. Правда?

Edited by sammasati
  • Like 1
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