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

前端 未结 4 1829
悲哀的现实
悲哀的现实 2021-01-16 00:02

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:47

    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.

提交回复
热议问题