我想通過使用javscript設置一個元素的高度爲另一個高度,我試過使用jquery height()方法,但它不工作,因爲其中一個元素的高度設置爲auto :如何獲得高度爲:auto的元素的高度?
#content
{
background-color:#F2F2F2;
width:1000px;
margin:0px auto;
text-align:left;
min-height:900px;
height:auto;
border-top:5px solid #032F76;
border-bottom:5px solid #032F76;
overflow:auto;
}
那麼有什麼簡單的方法來獲取高度設置爲自動的元素的高度?
你是在談論塊本身的高度或其內容的高度? – 2012-02-25 22:35:38