Just a simple question:
I have a notification message that can be visible or invisible in a webpage (with jQuery show()
or hide()
), always in the same place. The problem I am facing is when it appears, it drags down all the contents below it, just it height.
How can I smartly deal with this situation to leave a (blank or not) area so the UI does not change its height when this component disappears/appears?