K
K Viltersten
I'm using this lines of code.
ddd<div id="advanced-search" style="visible:false;overflow:
auto;"></div>eee
I expected "ddd" and "eee" to be vertically close to eachother.
As it looks, the DIV is taking up vertical space. What can be
done to avoid it? I've tested "visibility:hidden" and
"visibility:collapsed" but to no avail.
Expected appearance:
ddd
eee
Observed appearance:
ddd
eee
ddd<div id="advanced-search" style="visible:false;overflow:
auto;"></div>eee
I expected "ddd" and "eee" to be vertically close to eachother.
As it looks, the DIV is taking up vertical space. What can be
done to avoid it? I've tested "visibility:hidden" and
"visibility:collapsed" but to no avail.
Expected appearance:
ddd
eee
Observed appearance:
ddd
eee