1. 首页
  2. 数据库
  3. 其它
  4. CSS3 实现footer 固定在底部(无论页面多高始终在底部)

CSS3 实现footer 固定在底部(无论页面多高始终在底部)

上传者: 2020-12-23 01:55:20上传 PDF文件 30.82KB 热度 15次
前言 把 footer 区固定在底部,无论页面高度多宽,它始终在底部不会变,就像移动端的菜单一样。 <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>document</title> <!-- css --> <style> #demo{ position: fixed; left: 0px; bottom: 0px; width: 100%; height: 50px; backgrou
下载地址
用户评论