Making a div expand with jQuery without moving divs floating to it

前端 未结 4 688
执念已碎
执念已碎 2021-01-16 00:24

I\'m trying to get an effect similar to what you can find at http://www.nokiausa.com/us-en/products/ with a grid of basic information, where a click expands information over

4条回答
  •  情话喂你
    2021-01-16 00:36

    In my opinion, this calls for some clever usage of position:absolute. z-index only sets the order for elements that would appear on top of each other in the first place.

提交回复
热议问题