Skip to content
Advertisement

Loading gif not in center of page

I found this very useful javascript code that helps me to show a loading gif and a message when the submit button is clicked but the content isn’t showing in the center of my webpage.

I tried to center it on my pc by adjusting the Top and Left in the CSS code which works fine on pc but not on mobile.

How can I force both the loading gif and the message to the center of my webpage on pc and mobile?

See code below;

JavaScript

JavaScript

Advertisement

Answer

Do you mean to say this? Just use transform: translate(x,y). Please check the cssText if it feeds your need.

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement