I have 5 divs. Each time I want only one of them to be shown in the middle of the screen. The problem is that the hidden divs takes space. Each div contain a lot of information so I don't want to create it each time I need to show it.
I simply used: visibility="visible"
or visibility="hidden"
.
Are there other possibilities?