Fixed footer Z-index problem
-
Hi!
I added a color to body (dark blue)
Another color to container (blue)
After i made footer. (Yellow)I want to use it fixed footer (like an animations, when you srcoll down the footer is go from behind the body)
I tried it with css but not working. The footer is between body and container..site-footer {
z-index: -1;
position: fixed;
bottom: 0;
width: 100%;
}I tried to add z-index to body too (example 9999) and chnage the -1 to -999 but nothing.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Fixed footer Z-index problem’ is closed to new replies.