WebNow used css header { height: 95px; position: fixed; width: 100%; min-width: 980px; } footer { background: #000000; bottom: 0; height: 30px; position: fixed; width: 100%; min-width: 980px } Now my problem is when i put any content inside The … WebJul 27, 2012 · In that case, you may need to give the #mainarea_wrap some margin-lovin, like: margin-left: 200px, still keeping float: right to keep it from overlapping the #menuwrap. – user641656. Mar 22, 2011 at 16:01. Doesn't work when unzooming. So it's just an …
Prevent fixed position nav bar from overlapping sticky footer
WebJun 26, 2024 · I have a scroll and fixed div position, i want that to stop just before it reaches footer, because its overlapping over footer. here is the code so far