I’m currently developing a small jQuery popup modal box. I am using the toggleSlide() function which works well. However whenever I call the box it pushes all of the other content out of the way.
I’ve tried using position: relative; and display: inline; for CSS properties, but neither has worked.
Would love some insight from anybody who can help. You can view the code live on my demo site here: [REMOVED] Sorry but this demo was taken offline!
You need to add
position:relativeto.containmsgand then set your modal box toposition:absoluteadjusting the figures slightly to line it up perfectly.