![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a div with these css props: ... The div is a footer element which - as its name says - should always be at the bottom of the page. It works fine as long as there is no vertical scrollbar on the page. Otherwise, if I scroll down, the footer keeps its position relative to the top of the page, so it scrolls up and does not stay on the bottom. Can this be solved with css? |
#3
| |||
| |||
|
|
Hi, I have a div with these css props: margin-bottom: 1em; position: absolute; The div is a footer element which - as its name says - should always be at the bottom of the page. It works fine as long as there is no vertical scrollbar on the page. Otherwise, if I scroll down, the footer keeps its position relative to the top of the page, so it scrolls up and does not stay on the bottom. Can this be solved with css? |
#4
| |||
| |||
|
|
Have a look and study of these examples: http://www.nrkn.com/3ColEqualPositioned/ http://matthewjamestaylor.com/blog/ultimate-3-column-holy-grail-ems.htm |
#5
| |||
| |||
|
|
Beauregard T. Shagnasty wrote: Have a look and study of these examples: http://www.nrkn.com/3ColEqualPositioned/ http://matthewjamestaylor.com/blog/ultimate-3-column-holy-grail-ems.htm Hm, I cannot see how this can help me... |
#6
| |||
| |||
|
|
Hi, I have a div with these css props: margin-bottom: 1em; position: absolute; The div is a footer element which - as its name says - should always be at the bottom of the page. |
|
It works fine as long as there is no vertical scrollbar on the page. Otherwise, if I scroll down, the footer keeps its position relative to the top of the page, so it scrolls up and does not stay on the bottom. Can this be solved with css? |
#7
| |||
| |||
|
|
Hi, I have a div with these css props: margin-bottom: 1em; position: absolute; The div is a footer element which - as its name says - should always be at the bottom of the page. It works fine as long as there is no vertical scrollbar on the page. Otherwise, if I scroll down, the footer keeps its position relative to the top of the page, so it scrolls up and does not stay on the bottom. Can this be solved with css? Thank you |
#8
| |||
| |||
|
|
Google position: fixed. Will not work in IE6 without a fix. |
#9
| |||
| |||
|
|
jeff wrote: Google position: fixed. Will not work in IE6 without a fix. That's it! |
#10
| |||
| |||
|
|
Chris Seidel wrote: jeff wrote: * Google position: fixed. Will not work in IE6 without a fix. That's it! Damned - does not work in IE, doesnt matter if IE6, 7 or 8. Works fine in Firefox and Chrome. What is the problem here? Thank you |
![]() |
| Thread Tools | |
| Display Modes | |
| |