Slide Effect does not work with position:static
The Slide Effect works very beautifully except in the one case where one sets position: static
on the element to move.
As position: static
calculates the margins differently from position: absolute
, the position of child elements change if margins are involved (overlaps).
https://jsfiddle.net/z6urx3av/
Change History (5)
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Description: |
modified (diff)
|