dongshao9106 2013-12-19 05:48 采纳率: 100%
浏览 54
已采纳

如何将网站对齐屏幕顶部/底部和右/左中心?

I want to have the effect like dropbox:https://www.dropbox.com/ where my website is centered in the exact middle of the page.

  • 写回答

9条回答 默认 最新

  • douchuitang0331 2013-12-19 06:02
    关注

    Achieving this effect is way more complicated than it should be. Here's a bare-bones working example: http://jsfiddle.net/jshado1/UEsYM/

    html, body { height: 100%; } // needed for vertical centre
    
    html { width: 100%; } // needed for horizontal centre
    
    body {
        display: table; // needed for vertical centre
        margin: 0 auto; // needed for horizontal centre
        width: 50%; // needed for horizontal centre
    }
    
    .main-container {
        background-color: #eee;
        display: table-cell; // needed for vertical centre
        height: 100%; // needed for vertical centre
        // overflow: auto; // <- probably a good idea
        vertical-align: middle; // needed for vertical centre
        width: 100%; // needed for horizontal centre
    }
    
    .container {
        background-color: #ccc;
        padding: 20px;
    }
    

    screenshot from JSFiddle example

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(8条)

报告相同问题?

悬赏问题

  • ¥15 抖音咸鱼付款链接转码支付宝
  • ¥15 ubuntu22.04上安装ursim-3.15.8.106339遇到的问题
  • ¥15 求螺旋焊缝的图像处理
  • ¥15 blast算法(相关搜索:数据库)
  • ¥15 请问有人会紧聚焦相关的matlab知识嘛?
  • ¥15 网络通信安全解决方案
  • ¥50 yalmip+Gurobi
  • ¥20 win10修改放大文本以及缩放与布局后蓝屏无法正常进入桌面
  • ¥15 itunes恢复数据最后一步发生错误
  • ¥15 关于#windows#的问题:2024年5月15日的win11更新后资源管理器没有地址栏了顶部的地址栏和文件搜索都消失了