NetTalk Central

Author Topic: data-nt-busy causing a bounce in my pages  (Read 2361 times)

JohanR

  • Sr. Member
  • ****
  • Posts: 339
    • View Profile
    • Email
data-nt-busy causing a bounce in my pages
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11183
    • View Profile
Re: data-nt-busy causing a bounce in my pages
« Reply #1 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

JohanR

  • Sr. Member
  • ****
  • Posts: 339
    • View Profile
    • Email
Re: data-nt-busy causing a bounce in my pages
« Reply #2 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