CSS max-height 與 min-height 教程

來源:互聯網
上載者:User

在我們常用的定義css高度時經常會設定它一個最大高度max-height 為多少是吧,這樣可能性保持頁面的漂亮,等一下我們還會講到min-height 最小高度,下面我們來看看

文法

max-height 屬性設定元素的最大高度

看下面的執行個體。

div
  {
  max-height: 100px
  }

這裡就定義當前頁面的div高度為100%

好了下面我們接著講min-height 最小高度哦。

div
  {
  min-height : 10px
  }

最小為100了,那麼最大高度與最小高度在javascript如何寫呢。下面我們來看看吧。

object.style.minHeight="200px"

object.style.maxHeight="200px"

等吧。最後說明一下還有min-width,max-width方法與上面是一樣的做法哦。

本站原創轉載請註明來自www.111cn.net/cssdiv/css.html

相關文章

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.