整理:網頁技術CSS網頁布局的置中問題

來源:互聯網
上載者:User
css|網頁|問題 1、DIV置中 body {text-align: center;}
div {margin-right: auto; margin-left: auto;}
說明:

對於IE,在父元素定義“text-align: center;”就可以了

對於FF等其他瀏覽器,僅這樣不能置中,需在子項目中定義“margin-right: auto; margin-left: auto;”。

2、背景置中 body {background:url(#) #fff no-repeat center;}
說明:參數中的center是對背景位置的定義。

3、文本垂直置中
div {vertical-align:middle;line-height:?px;}說明:

vertical-align:middle;表示行內垂直置中,我們將行距調整到和整個DIV一樣高,文字就垂直置中了。

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.