I have a div with default display:none. how do I reserve the height so when the div shows, it does not reshift the elements around it? thanks
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Instead of putting |
|||
|
|
|
Use |
|||
|
|
|
if you can use visiblity hidden property instead of display:none you can achieve what you want. When you do visibilty:hidden it just make the elements opacity to 0 while the element is still retaining its space. |
|||
|
|