I will be toggling show & hide for several absolutely positioned elements.
Yes, I know display takes the element out of the layout and visibility & opacity leave the element inside the layout.
Further, my elements will be absolutely positioned and therefore will be out of the layout for either display or visibility.
I'm wondering about performance considerations -- not layout considerations
Are there realistic performance considerations when doing show/hide with display:none versus visibility:hidden?