![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm looking for a way to keep a footer menu attached to the bottom of the browser window, overlapping other content if the page height exceeds the browser window's height. [snip] any suggestions? thanks, .soma |
#3
| |||
| |||
|
|
I'm looking for a way to keep a footer menu attached to the bottom of the browser window, overlapping other content if the page height exceeds the browser window's height. so far, I've com up with: position: absolute; bottom: 0 px; width: 100%; This works as expected and keeps the div aligned on page load and when window resizes but when scrolling the page vertically it scrolls along with the content, which is undesirable. any suggestions? thanks, .soma |
#4
| |||
| |||
|
|
I'm looking for a way to keep a footer menu attached to the bottom of the browser window, overlapping other content if the page height exceeds the browser window's height. so far, I've com up with: position: absolute; bottom: 0 px; width: 100%; This works as expected and keeps the div aligned on page load and when window resizes but when scrolling the page vertically it scrolls along with the content, which is undesirable. any suggestions? thanks, .soma |
![]() |
| Thread Tools | |
| Display Modes | |
| |