Preface Fix the footer area at the bottom. No matter how tall or wide the page is, it will always stay at the bottom, just like the mobile menu. <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>document</title> <!-- css --> <style> #demo{ position: fixed; left: 0px; bottom: 0px; width: 100%; height: 50px; background-color: #eee; z-index: 9999; } </style> </head> <body> <footer id="demo">I am footer</footer> </body> </html> Summarize The above is the CSS3 that I introduced to you. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! |
<<: Detailed explanation of this pointing in JS arrow function
>>: Building a Redis cluster on Docker
When the data changes, the DOM view is not update...
【Historical Background】 I have been working as a ...
MySQL slow query, whose full name is slow query l...
Table of contents How to rename MySQL database Th...
as follows: docker run -d -p 5000:23 -p 5001:22 -...
1. Backup source list The default source of Ubunt...
The specific code is as follows: package epoint.m...
Awk is an application for processing text files, ...
This example requires downloading and installing ...
Preface <br />In the previous article "...
Use div to create a mask or simulate a pop-up wind...
This article shares the specific code of js to im...
ngx_lua_module is an nginx http module that embed...
This article shares the specific code of JavaScri...
When using docker images, images with both REPOSI...