How can I开发者_如何转开发 inherite height of <div>
acting as a wrapper from innter elements?
like,
Height of wrapper = total height of inner elements
Give the div
the overflow: auto
CSS attribute.
How can I开发者_如何转开发 inherite height of <div>
acting as a wrapper from innter elements?
like,
Height of wrapper = total height of inner elements
Give the div
the overflow: auto
CSS attribute.
精彩评论