NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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
-
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
-
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