NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: JohanR on December 16, 2019, 05:09:18 AM

Title: data-nt-busy causing a bounce in my pages
Post by: JohanR on December 16, 2019, 05:09:18 AM

Hi

The busy div is causing my pages to "bounce" up and down if I click between tabs or select new option on a dropdown
If I remove this section in the HTML in firefox...bounce goes away and it's all smooth.

<div id="_busy" data-nt-busy="busy" style="display: none;">
<img src="">
</div>

Any ideas on how to handle this better?

thanks

Johan
Title: Re: data-nt-busy causing a bounce in my pages
Post by: Bruce on December 17, 2019, 01:19:47 AM
Hi Johan,

you could use the CSS to reposition the busy graphic.
Perhaps to a different place, or perhaps with a position absolute or whatever...

cheers
Bruce
Title: Re: data-nt-busy causing a bounce in my pages
Post by: JohanR on December 18, 2019, 03:42:51 AM
Hi Bruce,

Thanks
Fixed it,
when I was updating the other CSS fields on the TAB, I somehow cleared the CSS for the busy div

thanks

Johan