Jump to content
  • 0

Опять про футер


Admin
 Share

Question

короче, воть

.foo {
width: 800px;
height: 120px;
vertical-align: bottom;
bottom: 0px;
margin: 0px;
background: black url(img/botgr.gif) no-repeat bottom right;
position: absolute;
}

в осле уходит на 30 пкс вниз низа страницы и оооооочень далеко влево..

Помогите плз...

СПС.

Просто маюсь уже оооочень долго, башка того...

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

HTML

<div id="page-all">
В этом блоке должно располагаться вс? содержимое страницы кроме подвала.
<div id="page-empty"></div>
</div>
<div id="page-footer">собственно, подвал</div>

CSS

html, body {height: 100%; margin: 0; padding: 0;}
#page-all {min-height: 100%; margin-bottom: -30px;}
* html #page-all {height: 100%;}
#page-empty {height: 40px; clear: both;}
#page-footer {height: 30px;}

Что бы менять высоту подвала, тебе нужно будет менять height в id "page-footer" и отрицательный margin-bottom в id "page-all". При этом, что бы контент не заезжал под подвал, тебе нужно еще менять значение id "page-empty" (некая распорка). Причем значение "page-empty" должно быть всегда выше нежели "page-footer" и "page-all".

Работает в IE 6.0, IE 5.5, IE 5.0, Opera 8.0, Opera 9.01, FireFox (любые версии).

Enjoy!

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