Hi,
let's say you have a div tag without contents.
step 1: When the page is loaded this div tag will not 'claim' space in the window.
step 2: div tag has contents through user action
step 3: div tag goes back to no contents through user action
Now the div tag is claiming space (1 line).
Is there a way to get rid of this line like as if the case when the page finished loading?
Regards,
Ron
let's say you have a div tag without contents.
step 1: When the page is loaded this div tag will not 'claim' space in the window.
step 2: div tag has contents through user action
step 3: div tag goes back to no contents through user action
Now the div tag is claiming space (1 line).
Is there a way to get rid of this line like as if the case when the page finished loading?
Regards,
Ron