Page 1 of 1

Absolute positioning and forms

Posted: Tue Oct 01, 2019 12:55 am
by Al_Sin
Hi Pablo,
When I use display: none property for some elements in the form or for some rows in a table, or just hide some elements, I see empty spaces in my form.
Is it possible at the same time to move up another elements or rows? I cannot find the right decision with absolute positioning…
Thank you

Re: Absolute positioning and forms

Posted: Tue Oct 01, 2019 6:04 am
by Pablo
If you are using absolute layout then display:none will not affect the position of other elements.