Dynamic height for DIV

后端 未结 6 1660
慢半拍i
慢半拍i 2020-12-28 16:28

I have the following DIV

#products { height: 102px; width: 84%; padding:5px; margin-bottom:8px; border
6条回答
  •  被撕碎了的回忆
    2020-12-28 16:57

    calculate the height of each link no do this

    document.getElementById("products").style.height= height_of_each_link* no_of_link
    

提交回复
热议问题